1
0
mirror of https://github.com/avitex/elixir-glicko synced 2025-01-15 18:59:57 +00:00
glicko-elixir/README.md
2020-02-24 09:22:46 +11:00

694 B

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