/UserAgentParser

Parse any user agent and give you information

Primary LanguageJavaScript

Build Status Use

var device = new Device('youruseragent')

device.firefox() // true
device.desktop() // false

TODO

  • Add Travis
  • Add a website
  • Split useragent in multiple yaml files
  • Found a lot of userAgent
  • Take the userAgent of the current browser and parse it
  • Check for the orientation of the device
  • Add everything in the html for using it dynamically in css
  • Better building
  • Add version, especialy for IE
  • What people would want

Contribution

Any help, criticism is realy appreciate.