Skip to content

michaelngo4/NintendoSwitchInventory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nintendo Switch Inventory

This project uses the Bestbuy API to check the inventory status of the Nintendo Switch in an area based on zipcode. In general, this works with any Bestbuy product and you can adapt this by changing the product SKU in the index.js file.

Dependency

Instruction

  1. Clone the repository and cd into project

  2. Set an environment variable of BBY_API_KEY to your key

  3. Install node packages

    npm install
  4. Update the necessary fields:

    sourceEmailAddr = The email address the reciever will see

    destinationEmailAddrs = The email addresses that will be notified

    zipcode - Your local zipcode ex. 98105

  5. In AWS SES, verify all the e-mail addresses added to the fields above in the Email Addresses section

  6. Run the NodeJS server

    node index.js

Important Notes

AWS SES has a sending limit of 200 emails per day. Keep this in mind and only use for low inventory items.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%