var device = new Device('youruseragent')
device.firefox() // true
device.desktop() // false
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
Any help, criticism is realy appreciate.