Python library for interfacing with the Yale Laundry APIs.
First, install the module:
pip3 install yalelaundryThen, to use these functions, you must import the module:
import yalelaundryBefore using the library, you must instantiate its class, for example:
laundry = yalelaundry.YaleLaundry('your API key here')You can obtain your API key as described here.
- TODO
See example.py for several usage examples.