Paste a csv of MTG card info, get prices back
I've been slowly selling my collection and wanted a simple way to get prices for a list of cards, so I built a little web app.
Originally I was using TCG player app to scan cards but from there I could not find anything easy to manage the list and get prices afterward.
Yes, I was trying their 'collection' feature but the UI I found for this was limited and clunky.
I didn't want to deal with file uploads on serverless Next endpoint. I've been trying to do file upload on another Next project and it's more involved than this approach.
For now, I'm limiting the number of cards you can search by 100. I may add ip address limits too. I don't want to make scryfall sad by letting others use this and going nuts.
This is a Next.js project bootstrapped with create-next-app
.