Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.11 KB

Weather App

a simple web app for weather forecast (in Italian)


for educational purposes only

In this very simple web-app, I access data from Open Weather Map API and I can insert or delete cities from everywhere in the world. For each city I can see a 7 days forecast (in a separate page).

Let's go here for trying it!


USED MODULES

  • Flask (Flask, render_template, redirect,request, url_for)
  • Flask alchemy (SQLAlchemy)
  • flask-dotenv
  • os (environ)
  • requests
  • datetime

FILES

  • weather2.py : engine code
  • weather.db : Sqlite3 Database with table cities
  • weather_app.html : main homepage
  • weather.html : 7 days forecast page
  • base.html : base template

LIST VERSIONS

  • v. 2.0 (2020-12-27): Updating CSS using Bootstrap, using base template
  • v. 1.0 (2020-12-24): completed engine - There's a minimal graphic interface. No CSS, I used Bulma