The Hockey Oracle is a simple app intended to ease management of amateur hockey leagues.
Current features:
- Generate random teams from a pool of active players
- Manage a schedule of games including
- Sending out email reminders of upcoming games
- Keeping track of player status per game, e.g.:
- confirmed to play
- unable to play
- undecided
Please note that this an alpha version of the app with limited functionality.
- A modern implementation of Common Lisp such as SBCL
- I've only been testing with SBCL but I believe the code is portable
- This is a small (opinionated) utility project I maintain that's not available through Quicklisp (and is not intended to be)
- Open a Common Lisp REPL
- Make sure this project and Glu are visible to Quicklisp (e.g. ~/quicklisp/local-projects)
(ql:quickload :hockey-oracle)(hockey-oracle.web:start-server! :port 9090)