Node User Agent Parse
Very simple, no deps user agent string parser.
Build Status
Overview
Parse user agents a bit like PHP's get_browser().
Rudimentary but it works.
Example
const userAgent = require('user-agent');
userAgent.parse('Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/526.9 (KHTML, like Gecko) Version/4.0dp1 Safari/526.8');
Tests
See '/test/test.js` for a simple suite
Credits
Heavily based on (blatantly ripped from ahem) https://github.com/soldair/node-ua-device-type and https://github.com/jujhars13/node-user-agent-parse
TODO
Implemnet tests using mocha
and should
License
License is MIT, go nuts.