Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of skratchdot/random-useragent

Account's avatar
skratchdot/random-seed
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
request/request
Simplified HTTP request client.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
faisalman/ua-parser-js
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment
Account's avatar
mikeal/watch
Utilities for watching file trees.
Account's avatar
Leonidas-from-XIV/node-xml2js
Simple XML to JavaScript object converter.

Support the repos that depend on this repository

Top contributors

skratchdot's profile
skratchdot
35 contributions
DavideViolante's profile
DavideViolante
5 contributions
athieriot's profile
athieriot
1 contributions
MrVoltz's profile
MrVoltz
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
skratchdot

skratchdot/random-useragent

Get a random user agent (with an optional filter to select from a specific set of user agents).

JavaScript
258
38
MIT License

random‑useragent is an NPM library that returns random HTTP User‑Agent strings (or their parsed metadata), optionally filtered by custom criteria such as browser name or version. It’s aimed at Node.js developers who need to simulate different browsers or devices—for testing, scraping, or load‑balancing requests.