Skip to content

☔️ Web application to display weather for various cities using https://openweathermap.org/ weather API

Notifications You must be signed in to change notification settings

jkaethee/Flask-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Weather App

A simple web application to display the current weather in various cities, built with Python, Flask, SQLAlchemy, SQLite, HTML, and Bulma.

This project is intended to help familiarize myself with web development with Python and Flask, and is based on this tutorial.

Project Status

This project is currently in development. Future updates wil include clickable tiles for time, news, etc.

Example:

Image description

Installation and Setup Instructions

Clone this repository. You will need python, virtualenv, and virtualenvwrapper-win installed on your machine.

Set up a virtual environment:

mkvirtualenv FlaskWeatherApp

Installation:

pip install flask

pip install flask_sqlalchemy

pip install requests

To Start Server:

flask run

About

☔️ Web application to display weather for various cities using https://openweathermap.org/ weather API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages