mirror of
https://github.com/avitex/elixir-glicko
synced 2025-04-19 14:19:58 +00:00
20 lines
708 B
Markdown
20 lines
708 B
Markdown
[](https://travis-ci.com/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.7.0"}]
|
|
end
|
|
```
|