Skip to content

maximilianvoss/toniebox-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

mvn clean install

Maven Integration

<dependencies>
    <dependency>
        <groupId>rocks.voss</groupId>
        <artifactId>toniebox-api</artifactId>
        <version>2.7</version>
    </dependency>
</dependencies>

Getting Started

See code in [example/src/main/java/rocks/voss/toniebox/example/Application.java] Code can be build with

cd example
mvn clean install
java -jar target/toniebox-api-example-*.jar

Known Issues

No issues known yet

License

Apache License 2.0