https://github.com/joshludahl/qaable
A Flask based app for qaable.com weather app.
https://github.com/joshludahl/qaable
flask python python3 qa weather
Last synced: 2 months ago
JSON representation
A Flask based app for qaable.com weather app.
- Host: GitHub
- URL: https://github.com/joshludahl/qaable
- Owner: JoshLudahl
- Created: 2020-11-08T22:03:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T04:17:38.000Z (over 3 years ago)
- Last Synced: 2025-08-26T08:43:52.702Z (10 months ago)
- Topics: flask, python, python3, qa, weather
- Language: CSS
- Homepage: https://www.qaable.com
- Size: 8.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/JoshLudahl/qaable)
# A simple weather app built with Python, Flask, and Jinja.
Simple, ad-free approach to weathering.
Basic weather app at [www.qaable.com](https://qaable.com/)
[color theme](https://colorhunt.co/palette/000000282a3a735f32c69749)
## Running
Ensure you have a weather API key for OpenWeatherMap API:
`export WEATHER_API_KEY=`
Export your Flask application: `export FLASK_APP=passenger_wsgi.py`.
Then run `flask run`
You should see the message `* Running on http://127.0.0.1:5000`