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
- Host: GitHub
- URL: https://github.com/timvw/bose_soundtouch
- Owner: timvw
- License: apache-2.0
- Created: 2024-01-20T14:30:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T06:10:02.000Z (about 1 month ago)
- Last Synced: 2025-04-14T07:23:52.979Z (about 1 month ago)
- Topics: bose, rust, soundtouch
- Language: Rust
- Homepage:
- Size: 555 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 = ""
```## 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
```