All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added sonar integration and badge for the readme
- Changelog typo
- #1 Update dependencies via dependabot
1.0.0 - 2024-08-23
- Created the project changelog.
- Created unit tests
- Added module docstring
- Added method docstring
- Added badges
- Get temperature, pressure, humidity from OpenWeatherMapAPI
- Get temperature, pressure, humidity from BME280 sensor
- Calculate the dew point for current readings
- Check csv file exists
- Creates missing csv file and creates headers
- Appends current readings to the csv file
- No API key assumes using BME280 sensor with defaults
- Variables are passed as cli arguments
- Updated the project readme
- Removed hard coded variables