Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.29 KB

Should I put my washing out? (WIP)

Screenshot demonstrating the weather app

This cute little application will allow users to use their postcode (Or long and lat for global prediction) to determine how long it will take to for their washing to dry.

NOTE: This project is still under construction and there will likely be bugs at the moment!

Tools/Technology used:

The key technology used:

Python is utilised to handle interfacing with the Open Meteo API, calculating the clothes drying formula and searching through an SQLite database to compare Australian postcodes to their longitude and latitude.

Flask is used to construct the website backend.

Gunicorn is used on the server with Nginx to serve the website when users visit.

Open Meteo is the API used to pull global weather data based on a provided longitude and latitude.

Methodology:

  • Method for using postcode / Long lat + Open meteo
  • Formula and method for drying determining dried washing here.

References:

  • Clothes drying research goes here
  • Open Meteo doco