Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
library to handle Ultimate tournament logic
- Host: GitHub
- URL: https://github.com/oakmac/tourney-nerd
- Owner: oakmac
- License: isc
- Created: 2017-01-14T17:18:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T19:27:26.000Z (about 1 year ago)
- Last Synced: 2024-11-16T03:11:34.121Z (about 2 months ago)
- Language: Clojure
- Homepage:
- Size: 396 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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