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.
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.
- Method for using postcode / Long lat + Open meteo
- Formula and method for drying determining dried washing here.
- Clothes drying research goes here
- Open Meteo doco