This project Gets the html content of a website, stores it on a text file and next time it runs it compares the html received against the text file previously saved. If it's different,it sends out a text message to a number specified on the .env file.
To get started, change the name of .env-default to .env and set your twilio credentials, phone numbers, and website you would like to scrape.
You must have Node.js installed to use this project
npm install
npm start