Skip to content

Releases: carlkidcrypto/purpleair_data_logger

v0.0.1-alpha

21 Jul 04:37
e34cee9
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Created a very basic PurpleAirAPI python wrapper.

What works

  1. can create a class object and authenticate via the provided API Read Key
  2. can request data from a single sensor
  3. very basic error checking

What still needs work

  1. Adding an automated python tool for documentation.
  2. Adding the rest of the supported API calls shown in https://api.purpleair.com/#api-welcome
  3. More error and robustness
  4. Creating the actual logger that will store data in a TimeScaleDB PostgreSQL database. Can get started for free here: https://www.timescale.com/products . Wondering if it is a limited free trial. Will have to find out more later.

What's Changed

  • Feature/build basic python api wrapper by @carlkid1499 in #1

New Contributors

  • @carlkid1499 made their first contribution in #1

Full Changelog: https://github.com/carlkid1499/purple_air_data_logger/commits/v0.0.1-alpha