Releases: carlkidcrypto/purpleair_data_logger
Releases · carlkidcrypto/purpleair_data_logger
v0.0.1-alpha
Created a very basic PurpleAirAPI python wrapper.
What works
- can create a class object and authenticate via the provided API Read Key
- can request data from a single sensor
- very basic error checking
What still needs work
- Adding an automated python tool for documentation.
- Adding the rest of the supported API calls shown in https://api.purpleair.com/#api-welcome
- More error and robustness
- 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