Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 472 Bytes

User Agent string generator

Get a random user agent for either Chrome Firefox or Internet Explorer

Install

npm i -S user-agent-string-generator

Usage

var userAgentGenerator = require('user-agent-string-generator');
var userAgentString = userAgentGenerator();

Also see test.js as an example.