- Create .env file with required variables
#email id and password to use to send email
EMAIL=
PASSWORD=
#district to watch
DISTRICT=307
#use for testing
NODE_ENV=test
#url of a google sheet containing email addresses that is published as csv
#just needs to a csv with a new line separating the emails
GOOGLE_SHEET_URL=- Run npm install
- Run npm start
- Deploy to lambda and run with cron