h4cktivist / weather-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 37.4%Language:Python 34.3%Language:HTML 28.3%