Retrieves stock status of snowboard(s) on neversummer.com. Send email notification of inventory status.
- Install dependencies
npm install
- Create .env file to store variables.
In the .env file there are 5 expected variables.
- URL (url of the never summer snowboard)
- SIZE (desired size of snowboard)
- EMAIL (Gmail account to send email from)
- PASSWORD (Password for Gmail account)
- RECEIVER (Email address to send notification to)
Run the application with Node, node index.js
Helpful error messages and bot status messages will be printed to the console.
Add to a cron job or something to get daily status updates on your greatly desired snowboard stock status.