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

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/JoshLudahl/qaable.svg?branch=main)](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`