Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxnowack/trueskill-api
Simple trueskill api in ruby
https://github.com/maxnowack/trueskill-api
Last synced: 25 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:52:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T08:48:43.838Z (about 1 month 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}}'
````