Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 708 Bytes

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