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.