# Bose SoundTouch API
[](https://github.com/timvw/bose_soundtouch)
[](https://crates.io/crates/bose_soundtouch)
[](https://docs.rs/bose_soundtouch)
[](https://github.com/timvw/bose_soundtouch/actions?query=branch%3Amain)
This library provides a client for the Bose SoundTouch API.
```toml
[dependencies]
bose_soundtouch = "0.1"
```
## Usage
Running the example can be done as following:
```bash
cargo run --example bose status
```