A simple CLI tool that scrapes game store websites to check if a game's price got discounted and compares the result in a nice ASCII table!
# 1. Install all dependencies:
npm i
# 2. Configure (set game URL for each store - currently only Polish ones work):
code config.js
# 3. Use
node app.js- MS-Store-API - API used in
microsoft.js - cli-spinner - Animations used in
spinner.js - gogapidocs - API used in
gog.js - puppeteer - Helps in getting a game's ID in
gog.js - axios - Handles requests to all APIs
- table - Prints table in
app.js
