Skip to content

a simple web app for weather forecast (in Italian)

Notifications You must be signed in to change notification settings

emarza975/weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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