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
- Host: GitHub
- URL: https://github.com/oakmac/tourney-nerd
- Owner: oakmac
- License: isc
- Created: 2017-01-14T17:18:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T06:20:18.000Z (about 1 year ago)
- Last Synced: 2025-07-17T22:38:39.253Z (11 months ago)
- Language: Clojure
- Homepage:
- Size: 416 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tourney Nerd 🤓 🥏 [](https://github.com/oakmac/tourney-nerd/actions/workflows/ci.yaml) [](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