README.md
# Elo [](https://travis-ci.org/paulfri/elo) [](http://inch-ci.org/github/paulfri/elo) [](https://beta.hexfaktor.org/github/paulfri/elo) []()
Calculate Elo ratings.
```elixir
iex> Elo.rate 1200, 1600, :win
{1222, 1578}
```
See the [documentation](https://hexdocs.pm/elo) for usage information.
## Installation
```elixir
def deps do
[{:elo, "~> 0.0.1"}]
end
```
## TODO
- [ ] adjustable k-factor or k-factor rules per player