Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.18 KB

README.md

File metadata and controls

56 lines (44 loc) · 2.18 KB

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