pingjs
TypeScript icon, indicating that this package has built-in type declarations

0.9.1 • Public • Published

pingjs

Build Status

NPM

NPM

NPM version

Ping module for node > 4.X

Usage:

var pingermod = require('../');
var pinger = new pingermod();
pinger.ping('8.8.8.8', {
 count: 1,
 timeout: 1000,
 payload: 'pingjs'
}).then(stats) {
  console.log(stats);
});

Readme

Keywords

Package Sidebar

Install

npm i pingjs

Weekly Downloads

9

Version

0.9.1

License

MIT

Last publish

Collaborators

  • dominicboettger