mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-11-22 16:50:30 -05:00
| .. | ||
| api | ||
| .gitignore | ||
| .vercelignore | ||
| main.py | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| vercel.json | ||
Location API 🗺
Location API built with FastAPI.
Endpoint /location
Input data:
{"city": "berlin"}
Response:
{"lat":52.5186925,"lon":13.3996024,"tzone":1}
Installing
virtualenv -p python3.9 venv
source venv/bin/activate
pipenv install
Running
python3 main.py