Skip to content
/ pinger Public

A little node script to help ping down websites to alert you when they're up

Notifications You must be signed in to change notification settings

mkusold/pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Pinger

This little node script can be used to constantly ping and query a website to alert you when it's up. Useful for high traffic events like Covid vaccine websites, ticketing, raffles etc. or for monitoring development environments.

Setup

  • install node
  • npm install
  • go into main.js and set the constants to point to the site you want to ping and the sound you want to play. (default sound should work for Macs)
  • npm start

Result

A noise will play when the website is deemed 'up'

About

A little node script to help ping down websites to alert you when they're up

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published