Elixir implementation of the Glicko rating system
Go to file
Mikael Muszynski ca76ae6f9a Update inch_ex hex (#5)
Update `inch_ex` hex and add to the `dev` environment
2020-01-27 04:40:17 +00:00
lib Change multi-line `do:` function definitions to `do` (#3) 2020-01-19 14:54:18 +00:00
test Run `mix format` (#1) 2020-01-19 13:58:40 +00:00
.credo.exs Add .credo.exs to .formatter.exs (#4) 2020-01-19 14:57:32 +00:00
.formatter.exs Add .credo.exs to .formatter.exs (#4) 2020-01-19 14:57:32 +00:00
.gitignore Initial commit 2017-11-15 20:32:39 +11:00
.travis.yml Update Elixir version (#2) 2020-01-19 14:43:22 +00:00
LICENSE Update README and LICENSE 2020-01-19 14:24:52 +00:00
README.md Update README and LICENSE 2020-01-19 14:24:52 +00:00
mix.exs Update inch_ex hex (#5) 2020-01-27 04:40:17 +00:00
mix.lock Update inch_ex hex (#5) 2020-01-27 04:40:17 +00: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