ua-cmd
v1.0.2
Published
User agent lookup from the command line.
Downloads
10
Readme
ua-cmd
User agent lookup from the command line.
➜ ua-cmd "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36"
Chrome 50.0.2661.86
Mac OS 10.11.4
➜ echo "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36" | ua-cmd
Chrome 50.0.2661.86
Mac OS 10.11.4
Install
npm install -g ua-cmd
Test
npm test