Skip to content

tmontel/checkstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 checkstatus

Usage example

var checkstatus = require('checkstatus');

var domainUrl = ['http://www.google.ca', 'http://www.yahoo.com'];

checkstatus.checkStatus(domainUrl);

License

iProspect All Rights Reserved © 2014

Author

Thibault Montel

About

Http status checker is a command line tool allowing to check Http statuses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published