/liga-price-scraper

simple ligamagic.com price scraper, made for learning

Primary LanguageJavaScript

liga-price-scraper

price api for the ligamagic.com website

it scraps their page and returns a JSON with the low, mid and high price of the card in BRL

for learning porpouses

usage

npm install
npm start 
curl localhost:3000/price?card=Tarmogoyf

todo

  • switch to micro
  • tests