Skip to content

node js module for getting a random user agent string

Notifications You must be signed in to change notification settings

phelma/random-user-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pick a random user agent

randomUserAgent([type]) type can be one of desktop mobile other

let randomUserAgent = require('random-user-agent');

randomUserAgent() // gives any random userAgent
randomUserAgent('desktop') // gives a random desktop user agent

About

node js module for getting a random user agent string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published