https://github.com/maxnowack/trueskill-api
Simple trueskill api in ruby
https://github.com/maxnowack/trueskill-api
Last synced: about 1 year ago
JSON representation
Simple trueskill api in ruby
- Host: GitHub
- URL: https://github.com/maxnowack/trueskill-api
- Owner: maxnowack
- Created: 2019-11-01T15:08:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:52:44.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:35:38.534Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trueskill-api
Simple trueskill api in ruby
## example
````sh
$ curl http://localhost:5000 --data '{"team1":{"players":[{"userId": "1", "mean": 25, "deviation": 8.333, "activity": 1.0}, {"userId": "2", "mean": 25, "deviation": 8.333, "activity": 1.0}], "score": 10}, "team2":{"players":[{"userId": "3", "mean": 25, "deviation": 8.333, "activity": 1.0}],"score":0}}'
````