##Support this project on Beerpay!
Minimal ruby gem for list all user-agents supported by useragentstring.com site!
gem install user_agent_list
List supported UA browsers
UserAgentList.supported_browsers
Get UA list
UserAgentList.all
Find UA by browser name
UserAgentList.by_browser('Chrome')
Bug reports and pull requests are welcome on GitHub at https://github.com/chebyte/user_agent_list.
The gem is available as open source under the terms of the MIT License.