Elixir implementation of the Glicko rating system
Go to file
avitex 48645e1298 Prepare for release 2017-11-16 14:49:53 +11:00
lib Tidy up 2017-11-16 14:47:05 +11:00
test Handle players that have not played during the rating period 2017-11-16 14:19:44 +11:00
.gitignore Initial commit 2017-11-15 20:32:39 +11:00
.travis.yml Prepare for release 2017-11-16 14:49:53 +11:00
LICENSE Add readme and license 2017-11-15 20:37:48 +11:00
README.md Prepare for release 2017-11-16 14:49:53 +11:00
mix.exs Prepare for release 2017-11-16 14:49:53 +11:00
mix.lock Prepare for release 2017-11-16 14:49:53 +11:00

README.md

Build Status Hex.pm Hex Docs

Glicko (IN-PROGRESS)

Implementation of the Glicko rating system. Documentation hosted on hexdocs.

Installation

Add glicko to your list of dependencies in mix.exs:

def deps do
  [{:glicko, "~> 0.1.0"}]
end