mirror of
				https://github.com/avitex/elixir-glicko
				synced 2025-11-04 07:33:27 +00:00 
			
		
		
		
	Elixir implementation of the Glicko rating system
			
		
		
		
		
		
		
		
		
		
		
		
			
				Bumps [credo](https://github.com/rrrene/credo) from 1.4.0 to 1.5.4. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rrrene/credo/compare/v1.4.0...v1.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>  | 
			||
|---|---|---|
| lib | ||
| test | ||
| .credo.exs | ||
| .formatter.exs | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
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.7.0"}]
end