/weather-app

:umbrella: Weather App made with Flask and SQLite by JetBrains Academy's Python Developer course

Primary LanguageCSS

weather-app

☔ Weather App made on Flask and SQLite by JetBrains Academy's Python Developer course

screen

With this app you can:

  1. Get current weather in any city of the world (city will automatically added to database)
  2. Delete city from database

Install

git clone https://github.com/h4cktivist/weather-app.git
cd weather-app
pip install -r requirements.txt

Run

cd web
python app.py

or just (if Python is added to your PATH)

cd web
app.py

Go on http://localhost:5000/ to use the app