Elixir implementation of the Glicko rating system
Go to file
Mikael Muszynski e22c34f2ff Run `mix format` (#1)
Add formatter configuration and run `mix format`.

Additionally, manually replace leading tabs in documentation examples
with four spaces.
2020-01-19 13:58:40 +00:00
lib Run `mix format` (#1) 2020-01-19 13:58:40 +00:00
test Run `mix format` (#1) 2020-01-19 13:58:40 +00:00
.credo.exs Configure credo 2017-11-29 12:11:35 +11:00
.formatter.exs Run `mix format` (#1) 2020-01-19 13:58:40 +00: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 Release v0.6.0 2017-11-29 14:04:48 +11:00
mix.exs Run `mix format` (#1) 2020-01-19 13:58:40 +00: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.6.0"}]
end