Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.02 KB

pkmn-tcg-app

A node app to track prices for Pokemon TCG cards based on prices from TCGPlayer. The main functionality will be sending Discord alerts when a card's market price drops below a price I would be comfortable buying it at.

pokemon-tcg-price-tracker

Setup

Local dev:

Docker compose:

  • git clone
  • mkdir data
  • node scripts/cacheSets.js
  • docker compose up -d

Env Variables