net-checker
v0.1.2
Published
1. install package globally `npm install net-checker -g`
Downloads
3
Readme
how to use
install package globally
npm install net-checker -g
a url text list, for example
https://www.github.com
https://www.bing.com
https://www.google.com
exec the command
net-checker check path/to/your/url-text
get 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