Skip to content

Releases: joe-mccarthy/environment-checker

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