Get weather information of cities around the globe.
This app is using FastApi, tailwindcss, Jinja2 and the openweathermap api.
$ git clone https://github.com/myFavShrimp/weather.git
$ cd weather && pip3 install -r requirements.txt
Insert your openweathermap api key in the .env
file and then:
$ python3 run.py