[](https://travis-ci.org/avitex/elixir-glicko) [](https://hex.pm/packages/glicko) [](https://hexdocs.pm/glicko) [](http://inch-ci.org/github/avitex/elixir-glicko) # Glicko **Implementation of the [Glicko rating system](http://www.glicko.net/glicko.html).** Documentation hosted on [hexdocs](https://hexdocs.pm/glicko). ## Installation Add `glicko` to your list of dependencies in `mix.exs`: ```elixir def deps do [{:glicko, "~> 0.6.0"}] end ```