Skip to content

WannaFight/weather-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-webapp

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.

How it looks like

index forecast

What does it have

  1. 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.
  2. Depending on OpenWeatherMap response,
    it will place certain images to match weather type (Rain, Snow, etc)

To run it locally

  1. Get OpenWeatherMap API key from official site.
  2. (venv)$ pip install -r requirements.txt
  3. (venv)$ touch config.py
# config.py

WEATHER_TOKEN = 'token_from_open_weather_map'
SESSION_SECRET = 'flask_session_secret_key'
  1. (venv)$ python app.py

Plans

  1. Location suggestion while typing
  2. Flask Session -> DB
  3. Flask -> Django
  4. Set video as background

About

This is Wetaher App made with Flask!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published