UserAgent.Generator

release

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 all

Install this package

Add deps in mix.exs

    {:user_agent_generator, "~> 1.0.1"},