Simple node app to continuously ping a list of addresses.
- git clone
- npm install
- Add config to .env file.
# Set Interval time
INTERVAL_TIME_MINUTES=15
# Prepend PING_SITE_ to any var to use as a site to ping.
PING_SITE_NAME=http://google.com
PING_SITE_NAME2=https://yahoo.com
- npm start