/weather

Get weather information for cities around the world.

Primary LanguageCSS

Weather

Get weather information of cities around the globe.

Preview

This app is using FastApi, tailwindcss, Jinja2 and the openweathermap api.

Run the application:

$ 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