Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gmitch215/tabroomapi

Kotlin Multiplatform API for Tabroom.com
https://github.com/gmitch215/tabroomapi

debate kotlin kotlin-multiplatform nsda speech tabroom

Last synced: 14 days ago
JSON representation

Kotlin Multiplatform API for Tabroom.com

Awesome Lists containing this project

README

        

# TabroomAPI

> Multiplatform API for Tabroom.com

## Overview

[**Tabroom.com**](https://tabroom.com) is a platform used by the Speech and Debate community to manage tournaments and post results.
Since it does not have an official API, this repository scrapes the website to provide an API for developers to use.

## Installation

Maven
```xml


xyz.gmitch215
tabroom-api
[VERSION]

```

Gradle (Groovy)
```groovy
dependencies {
implementation 'xyz.gmitch215:tabroom-api:[VERSION]'
}
```

Gradle (Kotlin DSL)
```kts
dependencies {
implementation("xyz.gmitch215:tabroom-api:[VERSION]")
}
```