Elixir implementation of the Glicko rating system
Go to file
avitex 1a3cbb9163 Bump version for release 2017-11-17 11:09:31 +11:00
lib Use tuples exclusively to represent players and results 2017-11-17 11:08:25 +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 for release 2017-11-17 11:09:31 +11:00
mix.exs Bump version for release 2017-11-17 11:09:31 +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.3.0"}]
end