- Crawls 7 polish online shop looking for PS5
- If PS5 becomes available it sends an email
This project requires some environment variables.
Create a .env
file in the root of this project with:
SENDGRID_API_KEY=<api_key_from_sendgrid>
TARGET_MAIL=<mail_to_which_the_app_sends_the_mail>
SENDGRID_MAIL=<sendgrid_mail_using_custom_domain_created_in_sendgrid>
npm ci
npm run build
npm start