This package is for generate User-Agent string case.
See the docs for more information.
UserAgent.random()
# return random user-agent string from most common
UserAgent.random_all()
# return random user-agent string from allAdd deps in mix.exs
{:user_agent_generator, "~> 0.0.0"},