pingu-noot
v0.0.1
Published
simple package that pings a given ip and returns the result in a cool JSON format
Downloads
1
Readme
Pingu-Noot
a simple package that pings a given ip address a returns the result in a cool JSON format
Installation
$ npm install pingu-noot
#usage
var pinguNoot = require('pingu-noot');
pinguNoot({c: 2, timeout: 1000}, '8.8.8.8', function (stat) {
console.log(stat);
});