a Hook for pinging sites. useful for determining if a site is online or offline.
npm install hook.io-sitemonitor -g
hookio-sitemonitor
siteDown event emitted when a site goes down
siteUp event emitted when a site comes back online from being down
{
"sites": [
{
"name": "Google",
"url": "http://google.com/"
},
{
"name": "Github",
"url": "http://www.github.com/"
}
]
}