Weatherman

screenshot of Weatherman

A simple web app displaying environmental data from an SQLite database.

Overview:

Weatherman is a simple web application built using Flask that allows users to view temperature and humidity data from an SQLite database. The application is automatically deployed when changes are pushed to the main branch of the repository.

Features:

  • Temperature and Humidity Data: Users can view temperature and humidity data on the Index page and the Data page of the application.
  • Automatic Deployment: The application is automatically deployed to the web when changes are pushed to the main branch of the repository.
  • SQLite Database: Weatherman uses a default SQLite database to store and retrieve temperature and humidity data.

Summary:

Weatherman is a Flask-based web application that displays temperature and humidity data from an SQLite database. It provides features such as automatic deployment, the ability to run the application locally, and a default SQLite database. By following the installation guide, users can easily set up and use the Weatherman application.