async-pinger

1.0.1 • Public • Published

async-pinger

Ping a website asynchronously with async-pinger.

downloads npm

npm

Example

const ping = require('async-pinger');
 
ping('google.com', function(err, ms) {
  if (err) console.error(err);
  console.log(`took ${ms}ms to ping google.com`);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i async-pinger

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • toast