A small API made with Flask that returns images of cards for two given Pokemon with their average PLN and EUR prices. It also compares the total amounts of cards for given Pokemon and their total value, as long as data for their price is available.
- Flask
- Bootstrap
- https://pokeapi.co/ - Pokemon images
- https://pokemontcg.io/ - Pokemon card images and prices
- http://api.nbp.pl/ - current EUR/PLN rates
- https://image-charts.com/ - chart creation
To set up locally, create a Python venv which satisfies the requirements.txt, or install dependencies globally (not recommended).
Also currently hosted on replit: