danhendrix / porter-restocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

porter-restock

Polls the Mr. Porter API, finds new products and pushes them to the top of the page

Caveats

  • Sometimes an item will come back to stock minutes after they come back to the API
  • Sometimes it will not come back to stock at all
  • Sometimes it will show as a restock though it was always there

These are all unexplained bugs in the Mr. Porter API itself, products will drop off and come back with no apparent reason. But restocks do show up between all these false positives

Usage

  • yarn
  • node index.js
  • http://localhost:3000/porter-restock

It would probably be smart to change the cookie and maybe other headers to your own

Updating

This codebase started more than 5 years ago, feel free to open a PR to move to fetch, ES6, and anything that will make this more readable/up to date

There are also probably ways to make sure an item coming back is actually a restock, is actually in stock, and some other API to watch specific items go back in stock

About


Languages

Language:JavaScript 82.4%Language:Pug 17.6%