https://github.com/gsmlg-dev/user_agent_generator
https://github.com/gsmlg-dev/user_agent_generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gsmlg-dev/user_agent_generator
- Owner: gsmlg-dev
- License: mit
- Created: 2022-08-16T06:27:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T05:36:10.000Z (almost 4 years ago)
- Last Synced: 2025-12-13T02:48:49.511Z (6 months ago)
- Language: Elixir
- Size: 361 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# UserAgent.Generator
[](https://github.com/gsmlg-dev/user_agent_generator/actions/workflows/test-and-release.yml)
This package is for generate User-Agent string case.
See the [docs](https://hexdocs.pm/user_agent_generator/) for more information.
## API
```elixir
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`
```elixir
{:user_agent_generator, "~> 0.0.0"},
```