Skip to content
/ elo-api Public

Calculate elo changes between two players as a JSON based REST api

License

Notifications You must be signed in to change notification settings

NRoos/elo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elo-api

Ring/compojure api for calculating a new elo value after a match between two players.

Equivalent to FIDE elo system, expect the K value is a constant 16 instead of changing based on rating of the players.

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

About

Calculate elo changes between two players as a JSON based REST api

Resources

License

Stars

Watchers

Forks