Device Detect
JavaScript module to check if user agent to return the device and browser.
Install
npm install device-detect --save-dev
Use
var deviceDetect = require('device-detect');
deviceDetect = deviceDetect();
Release History
- 1.0.3: Update documentation.
- 1.0.2: Update description.
- 1.0.1: Update documentation.
- 1.0.0: Initial release.
Contributing
- Fork it
- 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 new Pull Request