- An API that lets you get all the raw data Virtual Beer uses.
- Raw JSON data
- Easy access
- Over more than 200+ drinks
- Lots of information
- English (EN)
- Spanish (ES)
- French (FR)
- Italian (IT)
- German (DE)
Run these commands:
pip install fastapi
Then install the uvicorn package
pip install uvicorn
Fire it up!
python -m uvicorn server:app
or
python -m uvicorn server:app --reload