0.0.1 • Published 9 years ago
are-u-alive v0.0.1
are-u-alive [
]
Check if the server responds
Install
$ npm install --save are-u-alive
Usage
const areAlive = require('are-u-alive');
areAlive('http://jermor.in') => true
areAlive('http://tototototototo.in') => false
0.0.1
9 years ago