lighthouse-client 0.1.0

API client for a light installation at the University of Kiel
Documentation

Project Lighthouse Client for Rust

Build

An asynchronous API client for a light installation at the University of Kiel.

Usage

First make sure to have a login at lighthouse.uni-kiel.de and to have your credentials defined as environment variables:

export LIGHTHOUSE_USERNAME=[your username]
export LIGHTHOUSE_TOKEN=[your api token]

You can now run an example with

cargo run --example disco

For a more complex example, try

cargo run --example snake