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

https://github.com/oakmac/tourney-nerd

library to handle Ultimate tournament logic
https://github.com/oakmac/tourney-nerd

Last synced: 10 months ago
JSON representation

library to handle Ultimate tournament logic

Awesome Lists containing this project

README

          

# Tourney Nerd 🤓 🥏 [![CI Status](https://github.com/oakmac/tourney-nerd/actions/workflows/ci.yaml/badge.svg)](https://github.com/oakmac/tourney-nerd/actions/workflows/ci.yaml) [![Clojars Project](https://img.shields.io/clojars/v/com.oakmac/tourney-nerd.svg)](https://clojars.org/com.oakmac/tourney-nerd)

A library for handling [Ultimate] tournament logic.

## About and Status

This library currently powers the logic behind [FlickHuck.com](https://flickhuck.com).

It is still a work-in-progress. Expect frequent releases and an unstable API for the time being.

## Development

Make sure that [Clojure] and [Leiningen] are installed.

```sh
# run tests
lein test

# format codebase
bun run format
```

## License

[ISC License]

[Ultimate]:https://en.wikipedia.org/wiki/Ultimate_(sport)
[Clojure]:http://clojure.org
[Leiningen]:http://leiningen.org
[ISC License]:LICENSE.md