JS scraper that get's the latest update on the "Ontario Immigrant Nominee Program Updates" page, if a new update is found, it sends an SMS to notify.
OINP 2020 Updates page: https://www.ontario.ca/page/2020-ontario-immigrant-nominee-program-updates
npm install
cp .env_example .env
- Obs.:
.env_example
has development defaults.
- Obs.:
npm start
- Scrap the OINP page
- Send notification
- Add an example .env
- Add a feature flag on .env to toggle sending SMS
- Modify script to run in AWS Lambda
- Read phone numbers from the DB
- Scrap other provincial program sites