Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 872 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 872 Bytes

Costco Buddy

A Costco stock inventory email notification CLI tool.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have Node.js.

Installing

npm install

Create a .env file with the following properties:

FROM_EMAIL=
FROM_EMAIL_PASSWORD=
TO_EMAIL=

Usage

npm start

Example

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details