/flask-weather

Simple Flask App to get weather forecast

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

flask-weather

Simple Flask App to get weather forecast

(optional) auto reload app by setting up development mode:

set FLASK_ENV=development

or with PowerShell:

$env:FLASK_ENV = "development"

Start the flask server:

flask run

Running Flask locally on http://127.0.0.1:5000/

weather_app