timvw / bose_soundtouch

Client for the Bose SoundTouch API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bose SoundTouch API

github crates.io docs.rs build status

This library provides a client for the Bose SoundTouch API.

[dependencies]
bose_soundtouch = "0.1"

Usage

Running the example can be done as following:

cargo run --example bose status

Releases

We have a github workflow in place to publish to crates.io once the code was built (and tested) successfully.

git tag vx.y.z
git push --tags

About

Client for the Bose SoundTouch API

License:Apache License 2.0


Languages

Language:Rust 100.0%