A Costco stock inventory email notification CLI tool.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have Node.js.
npm install
Create a .env
file with the following properties:
FROM_EMAIL=
FROM_EMAIL_PASSWORD=
TO_EMAIL=
npm start
Input a comma delimited list of Costco product URLs.
Welcome to Costco Buddy! Please enter a comma delimited list of Costco product URLs>https://www.costco.com/.product.{someId}.html, https://www.costco.com/.product.{someId}.html
This project is licensed under the MIT License - see the LICENSE.md file for details