# Introduction

Booru client is an API wrapper for Kotlin (JVM) of the API for Danbooru, Konachan.com, Konachan.net, Yande.re and Safebooru.

### Getting started

Add first the [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines) dependency.

```kts
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_corroutines_version")
```

Add the Booru client dependency

```kts
implementation("io.github.magonxesp:booru-client:1.0.0")
```
