Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
/ skill.ex Public archive

A skill-based ranking algorithms library for Elixir. Includes Elo and TrueSkill. (On Hold)

License

Notifications You must be signed in to change notification settings

folz/skill.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skill

A skill-based ranking algorithms library for Elixir. Includes Elo and TrueSkill.

Installation

Skill is available in Hex. The package can be installed as:

  1. Add skill to your list of dependencies in mix.exs:

    def deps do [{:skill, "~> 0.0.1"}] end

  2. Ensure skill is started before your application:

    def application do [applications: [:skill]] end

About

A skill-based ranking algorithms library for Elixir. Includes Elo and TrueSkill. (On Hold)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages