web3-starter-py/web2_projects/fastapi-location-app/README.md
osiris account 69bb4175f1 💾
2023-03-12 15:29:57 -07:00

326 B

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