A price tracker for Ikea's iconic chair: Markus.
It sends a discord webhook whenever the product's price changes (checks every 5 seconds). Simply just put your webhook URL in the WEBHOOK_URL variable and run the script.
It should also work with any product on the Ikea's website, but i only tested it on the .ro website and with the Markus chair anyway. Your mileage may vary.
- Clone the repo
- Run
npm install
- Put your Discord webhook url in the
WEBHOOK_URL
variable on line 7 - Run
node main.js
- Done!
You can also run this in the background by using something like pm2 or nodemon.