Elixir implementation of the Glicko rating system
Go to file
avitex bb097fc5de Release v0.5 2017-11-29 13:12:02 +11:00
lib Add tests and example for `win_probability` 2017-11-29 13:10:02 +11:00
test Add tests and example for `win_probability` 2017-11-29 13:10:02 +11:00
.credo.exs Configure credo 2017-11-29 12:11:35 +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 Release v0.5 2017-11-29 13:12:02 +11:00
mix.exs Release v0.5 2017-11-29 13:12:02 +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.5.0"}]
end