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