Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 407 Bytes

File metadata and controls

13 lines (9 loc) · 407 Bytes

Weather Forecast App

This is a very straightforward weather forecast website using https://open-meteo.com/.

Currently the website only reports the weather for Leeds.

Launch Instructions

This is a Python application that uses the Flask Web Framework. To run the website please run the following from a terminal:

pip install flask
flask run