Mini Node.js app to watch for new planning applications in my local area by scraping the relevant local council page at regular intervals with
Puppeteer
and notifying me by email using Gmail SMTP viaNodemailer
.
- Pull repo
npm install
- Add env file with required details as given in
env.example
- Add
config_date.txt
file in/config/
- Configure cron schedule in
crons.js
npm run prod
to start production server withpm2