checkstatus
v0.2.9
Published
Node application to check HTTP status.
Downloads
50
Readme
Http status checker
Http status checker is a command line tool allowing to check Http statuses.
- Install
- Use the function
- Enjoy
This tool is made to improve performances are given by PHP script. NodeJs is naturally faster because its awesome.
Version
0.2.9
Installation
npm install checkstatusUsage example
var checkstatus = require('checkstatus');
var domainUrl = ['http://www.google.ca', 'http://www.yahoo.com'];
checkstatus.checkStatus(domainUrl);License
iProspect All Rights Reserved © 2014
