A small weather recording application built from a Flask backend utilising Bootstrap for styling and CSS on the frontend.
Graphs are enabled by Graph.js and fed by the SQLite database. These are highly configurable.
$ from weather_recorder import db, create_app
$ app = create_app()
$ db.create_all(app=app)