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
- Host: GitHub
- URL: https://github.com/slevin48/flask-weather
- Owner: slevin48
- License: bsd-3-clause
- Created: 2022-12-31T13:41:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T11:11:09.000Z (over 3 years ago)
- Last Synced: 2025-06-02T22:47:17.794Z (about 1 year ago)
- Topics: flask, python
- Language: Jupyter Notebook
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
