a small demo for a coding berlin meetup to show how to build a pokedex with pandas and make it restful with flask
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
jupyter-notebook
more detailed documentation is in the jupyter notebook.
have a look and try it out. :)
python api.py
open your browser http://0.0.0.0:4545
test out some pokemon names by calling the api with the pokemon ID
for Bulbasaur use http://0.0.0.0:4545/api/1/
thx for some very good data