net-checker
v0.1.2
Published
1. install package globally `npm install net-checker -g`
Readme
how to use
install package globally
npm install net-checker -ga url text list, for example
https://www.github.com
https://www.bing.com
https://www.google.comexec the command
net-checker check path/to/your/url-textget the result
┌────────────────────────┬────────┐
│ url │ status │
├────────────────────────┼────────┤
│ https://www.github.com │ ✅ │
├────────────────────────┼────────┤
│ https://www.bing.com │ ✅ │
├────────────────────────┼────────┤
│ https://www.google.com │ ❌ │
└────────────────────────┴────────┘documentation
possible result
- success
- failed (timeout or error)
options
environments
- DEBUG=net-checker: get verbose output
- CONNECTION_TIMEOUT=10000: change connection timeout
command
net-checker check <source> <destination>
source: the source url txt file, it is required!
destination: the export raw result, it is optional.
contribution
yarn