mirror of
https://github.com/avitex/elixir-glicko
synced 2024-10-31 17:29:56 +00:00
704 B
704 B
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.6.0"}]
end