circuitpython_bloomsky

CircuitPython Wrapper for BloomSky API

  • Author(s): Patrick Walters

Implementation Notes

Software and Dependencies:

class circuitpython_bloomsky.BLOOMSKY_REPORT(response_json)

Bloomsky Report Class represents data from the Bloomsky API. DEVICE is the Sky’s non-wx and available media data. SKY is the base weather station. STORM is the add-on rain and wind gauge.

class circuitpython_bloomsky.BloomSkyAPIClient(requests, api_key=None, api_url='https://api.bloomsky.com/api/skydata/')

A client for interacting with the BloomSky API

get_data(intl_units=False)

Retrieves Data from Bloomsky API