Template for checking an online resource and notifies user by email when certain value is returned. It can be run periodically by a cron job at a given time.
Requires Mailgun account (have free tier) for sending email from your behalf
After checkout, in root dir create a folder for the logs
mkdir ./logs
touch ./logs/logs.txt
npm run start