0.0.1 • Published 10 years ago
url-check v0.0.1
Install
npm install -g url-check
Features
exit status 0 if url exists and HTTP status 200, 1 if error- show error HTTP status
Usage
usage: url-check urlExample
$ url-check https://www.npmjs.com # $? = 0
$ url-check https://not-existing # $? != 0
HTTP/1.1 404 Not FoundSources:
0.0.1
10 years ago