An open API service indexing awesome lists of open source software.

https://github.com/slevin48/flask-weather

Simple Flask App to get weather forecast
https://github.com/slevin48/flask-weather

flask python

Last synced: 3 months ago
JSON representation

Simple Flask App to get weather forecast

Awesome Lists containing this project

README

          

# 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](weather_app.png)