talk-to-my-agent
v1.0.2
Published
Parse a user agent string
Readme
talk-to-my-agent
Because all the other user agent parsers I found were a bloody nightmare to set up and use, especially in the browser
Installation and usage
npm i talk-to-my-agentimport parse from 'talk-to-my-agent';
const { browser, os, device } = parse();License
MIT
