Periodically polls a website and sends a text message (using Twilio) if the website is down.
- Clone or download the repo.
- Run
yarn
ornpm install
. - Copy
.env.example
to.env
. - Update
.env
to include your Twilio credentials. - Update
app.js
to add a website you want checked. The file demonstrates example usage. - Run
node app.js
Copyright © 2019-2020 John Nahlen
MIT License. See LICENSE.txt
.