Returns an array of object representing upcoming and previous drops.
Returns every products released for a drop.
List every products available on the online shop.
It is recommend to run the crawler and the api using pm2
$ yarn
$ npm install -g pm2
$ pm2 start process.yml
$ docker build -t api .
$ docker run -d -p 8081:8081 api