Skip to content
/ Pingu Public

a simple package that pings a given ip address a returns the result in a cool JSON format

License

Notifications You must be signed in to change notification settings

utopiaio/Pingu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

a simple package that pings a given ip address a returns the result in a cool JSON format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published