Skip to content

Gives an alert when a tracked adidas product is in stock again.

Notifications You must be signed in to change notification settings

elarb/adidas-alerter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adidas-alerter

Gives an alert when a tracked adidas product is in stock again.

Features

✅ Push notifications
✅ Automatically opens a link when the product is available
✅ Tracked products are being stored
✅ Updates the availability status every minute

Prerequisites

Tip for Windows users: cmder is a great replacement for the Windows Command Prompt.

How?

  1. Clone or download this repository
  2. Open a terminal window and with the terminal, go to the directory where app.js is located
$ cd adidas-alerter 
  1. Install npm dependencies (important):
$ npm install 
  1. 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.

Todo

❌ 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

About

Gives an alert when a tracked adidas product is in stock again.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published