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

https://github.com/maximilianvoss/toniebox-api

API to run commands on Toniebox
https://github.com/maximilianvoss/toniebox-api

api client toniebox

Last synced: 5 months ago
JSON representation

API to run commands on Toniebox

Awesome Lists containing this project

README

          

# TONIEBOX API
You may all know the famous Toniebox [1]. It's a handy storytelling machine for children.
I'm a big fan of this device and therefor I created a small Java library so you can interact with your Tonies easier.

\[1\]: https://tonies.de

# Build
```bash
mvn clean install
```

# Maven Integration
```xml


rocks.voss
toniebox-api
2.7

```

# Getting Started
See code in [example/src/main/java/rocks/voss/toniebox/example/Application.java]
Code can be build with
```bash
cd example
mvn clean install
java -jar target/toniebox-api-example-*.jar
```

# Known Issues
No issues known yet

# License
Apache License 2.0