ErykDarnowski / game-discount-checker

[WIP] A simple CLI tool that scrapes game store websites to check if a game's price got discounted.
MIT License
2 stars 0 forks source link
cli discount game-discount-info games gaming javascript js node nodejs terminal-based

game-discount-checker


total lines repo size


Description

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!


Instructions

# 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

Credits