Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 17 days 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
```

## License

[ISC License]

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