|
10 months ago | |
---|---|---|
lib | 1 year ago | |
test | 1 year ago | |
.credo.exs | 1 year ago | |
.formatter.exs | 1 year ago | |
.gitignore | 3 years ago | |
.travis.yml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 10 months ago | |
mix.exs | 10 months ago | |
mix.lock | 10 months ago |
Implementation of the Glicko rating system.
Documentation hosted on hexdocs.
Add glicko
to your list of dependencies in mix.exs
:
def deps do
[{:glicko, "~> 0.7.0"}]
end