Skip to content
/ rua Public

Random user-agent generator module for Deno.

License

Notifications You must be signed in to change notification settings

often/rua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rua

Random user-agent generator module for Deno.

Usage

import rua from 'https://deno.land/x/rua/mod.js' // import the rua module

console.log(rua()) // will return a random user-agent
console.log(rua('desktop')) // will return a random destop user-agent
console.log(rua('mobile')) // will return a random mobile user-agent
console.log(rua('crawler')) // will return a random crawler user-agent

About

Random user-agent generator module for Deno.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published