Gives an alert when a tracked adidas product is in stock again.
✅ Push notifications
✅ Automatically opens a link when the product is available
✅ Tracked products are being stored
✅ Updates the availability status every minute
Tip for Windows users: cmder is a great replacement for the Windows Command Prompt.
- Clone or download this repository
- Open a terminal window and with the terminal, go to the directory where app.js is located
$ cd adidas-alerter
- Install npm dependencies (important):
$ npm install
- Run the script :
Example usage:
$ node app.js NL BA8922 "43 1/3"
The product with product-id "BA8922" and size "43 1/3" on adidas.nl will be added to the list of products that are being tracked.
$ node app.js
Will just check all the products that are being tracked.
Available regions:
- US (adidas.com)
- CA (adidas.ca)
- AU (adidas.com.au)
- UK (adidas.co.uk)
- DE (adidas.de)
- NL (adidas.nl)
The sizes of the following regions won't be properly displayed yet: US, CA, AU, UK
Note: As of now, this has only been tested with shoes.
❌ Sizes for US, CA, AU, UK
❌ Execute silently (in background)
❌ Improve command line arguments
❌ Make it even easier to add products to tracking
❌ Let the user manage a list