1
0
mirror of https://github.com/avitex/elixir-glicko synced 2024-09-21 07:09:57 +00:00
glicko-elixir/README.md
Mikael Muszynski d934a2e30c
Release v0.8.1
2024-06-10 13:56:17 +02:00

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