Bunnies API
https://bunnies.io API layer. Uses Kotlin, Dropwizard and Redis.
Support
If you've looked at a bunch of bunnies on bunnies.io, you can support it and keep it free on Patreon
Code License
The source code of this project is licensed under the terms of the ISC license, listed in the LICENSE file. A concise summary of the ISC license is available at choosealicense.org.
Building
This project uses Gradle for pretty easy setup and building.
Basic usage:
- Setup:
./gradlew clean
- Building:
./gradlew clean build shadowJar