This is an Amazon Prime now checker for the Nintendo Switch.
When finished it will have two parts - 1) a desktop gui for config with notifications of when one is in stock, and 2) A cli that will print to the console with a message to go to amazon for the switch.
First you have to install Node JS for your platform (dowload binary installer from https://nodejs.org/en/, or use a package manager like chocolatey or homebrew)
Then install the dependencies from the command line in the folder you checked this out.
npm install
Finally run either the gui or the cli
npm run gui
OR
npm run cli
Maybe eventually it will be able to check other things.
I got this idea from this project, and wanted to make it mutliplatform and javascript
Apache2.0