https://github.com/kingnoosh/uap-elixir
Elixir package to parse User Agent strings using BrowserScope's collection of regexes
https://github.com/kingnoosh/uap-elixir
elixir useragentparser
Last synced: 12 months ago
JSON representation
Elixir package to parse User Agent strings using BrowserScope's collection of regexes
- Host: GitHub
- URL: https://github.com/kingnoosh/uap-elixir
- Owner: KingNoosh
- License: mit
- Created: 2017-04-09T18:33:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T19:01:17.000Z (almost 9 years ago)
- Last Synced: 2024-12-06T22:31:08.230Z (about 1 year ago)
- Topics: elixir, useragentparser
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UserAgentParser
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `user_agent_parser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:user_agent_parser, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/user_agent_parser](https://hexdocs.pm/user_agent_parser).