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
- Host: GitHub
- URL: https://github.com/maximilianvoss/toniebox-api
- Owner: maximilianvoss
- License: apache-2.0
- Created: 2019-02-05T22:25:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T10:25:39.000Z (over 4 years ago)
- Last Synced: 2023-02-27T17:52:16.963Z (over 3 years ago)
- Topics: api, client, toniebox
- Language: Java
- Homepage:
- Size: 106 KB
- Stars: 29
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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