An open API service indexing awesome lists of open source software.

https://github.com/timvw/bose_soundtouch

Client for the Bose SoundTouch API
https://github.com/timvw/bose_soundtouch

bose rust soundtouch

Last synced: about 1 month ago
JSON representation

Client for the Bose SoundTouch API

Awesome Lists containing this project

README

        

# Bose SoundTouch API

[github](https://github.com/timvw/bose_soundtouch)
[crates.io](https://crates.io/crates/bose_soundtouch)
[docs.rs](https://docs.rs/bose_soundtouch)
[build status](https://github.com/timvw/bose_soundtouch/actions?query=branch%3Amain)

This library provides a client for the Bose SoundTouch API.

```toml
[dependencies]
bose_soundtouch = ""
```

## Usage

Running the example can be done as following:

```bash
cargo run --example bose status
```

Releasing the example app can be done as following:

```bash
cargo build --examples --release
```