Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Releases: joe-mccarthy/environment-checker

1.1.0

29 Mar 17:11
1.1.0
dfc169c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

23 Aug 12:54
Compare
Choose a tag to compare

Added

  • 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

Changed

  • Variables are passed as cli arguments
  • Updated the project readme

Removed

  • Removed hard coded variables