Elixir implementation of the Glicko rating system
Go to file
avitex 585621b20a Remove internal context 2017-11-29 12:10:37 +11:00
lib Remove internal context 2017-11-29 12:10:37 +11:00
test Use tuples exclusively to represent players and results 2017-11-17 11:08:25 +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 Bump version 2017-11-22 18:33:48 +11:00
mix.exs Bump version 2017-11-22 18:33:48 +11:00
mix.lock Prepare for release 2017-11-16 14:49:53 +11:00

README.md

Build Status Hex.pm Hex Docs Inline docs

Glicko

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.4.0"}]
end