dennisgermany / toniebox-api

API to run commands on Toniebox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.6</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

About

API to run commands on Toniebox

License:Apache License 2.0


Languages

Language:Java 100.0%