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.
0.2.9
npm install checkstatus
var checkstatus = require('checkstatus');
var domainUrl = ['http://www.google.ca', 'http://www.yahoo.com'];
checkstatus.checkStatus(domainUrl);
iProspect All Rights Reserved © 2014