Skip to content

Instantly share code, notes, and snippets.

@perfectmak
Created May 14, 2016 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perfectmak/ae0dc1d83b129987683c027082e1c7f3 to your computer and use it in GitHub Desktop.
Save perfectmak/ae0dc1d83b129987683c027082e1c7f3 to your computer and use it in GitHub Desktop.
const pinger = require('ping-bot');
pinger(`google.com`, (response) => {
console.log(response);
// or do whatever you like with the bot
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment