Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 480 Bytes

File metadata and controls

33 lines (19 loc) · 480 Bytes

Covid Center Watch

Setup and Run

  1. 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=
  1. Run npm install
  2. Run npm start

Additional info

  • Deploy to lambda and run with cron