random-uas
v1.0.4
Published
Get a random user agent string
Downloads
10
Readme
random-uas
Get a random user agent string
uas.json contains a list of user agent strings from http://www.useragentstring.com/pages/All/
Install
$ npm install --save random-uas
Usage
const randomUas = require('random-uas');
console.log(randomUas()); // 'Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.5) Gecko/20031007 Firebird/0.7'
License
http://denis.mit-license.org/