Elixir implementation of the Glicko rating system
Go to file
avitex b6dd4c2dee Support using tuples 2017-11-16 22:44:01 +11:00
lib Support using tuples 2017-11-16 22:44:01 +11:00
test Support using tuples 2017-11-16 22:44:01 +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 More documentation, final preparation 2017-11-16 15:18:57 +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 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.1.0"}]
end