1.0.3 • Published 5 years ago

node-url-tester v1.0.3

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

Test a URL responses success/fail ratio

Install globally using yarn global add node-url-tester

To use, run node-url-tester -u [URL ADDRESS]. This will perform 100 requests to that URL and show the request success/failed request ratio. You can specify a different no. of requests by using -r [REQUESTS NUMBER].

More options will be added over time.