user_agent_parser
Simple and useful lib for parsing user agent string.
Installation
Add this to your application's shard.yml
:
dependencies:
user_agent_parser:
github: hkdnet/user_agent_parser
Usage
require "user_agent_parser"
Contributing
- Fork it ( https://github.com/hkdnet/user_agent_parser/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- hkdnet hkdnet - creator, maintainer
- ua-parser/uap-ruby - cap-crystal is highly inspired by this