This is small weather web application made with Flask
and Bootstrap 5
, it relies on OpenWeatherMap API. At that moment I don't host it,
but I'm planning to do it.
- Sessions. If you have searched for certain city, this app will remember it. If you want to get
a new location, press "new location" button. - Depending on OpenWeatherMap response,
it will place certain images to match weather type (Rain, Snow, etc)
- Get OpenWeatherMap API key from official site.
(venv)$ pip install -r requirements.txt
(venv)$ touch config.py
# config.py
WEATHER_TOKEN = 'token_from_open_weather_map'
SESSION_SECRET = 'flask_session_secret_key'
(venv)$ python app.py
- Location suggestion while typing
- Flask Session -> DB
- Flask -> Django
- Set video as background