Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmosul/leaderboards
https://github.com/jmosul/leaderboards
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmosul/leaderboards
- Owner: jmosul
- Created: 2019-06-27T21:28:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:35:56.000Z (about 2 years ago)
- Last Synced: 2024-10-31T12:50:23.238Z (3 months ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboards
Leaderboards is cloud hosted league table for recording matches in unstructured leagues using a ranking system.
By making use of the [Elo Rating System](https://en.wikipedia.org/wiki/Elo_rating_system), players positions are based on who they play rather than how many they win. This form of ranking best serves leagues where the number of games played is not fixed. Or for endless leagues such as office Table Tennis matches.
![Leaderboards](https://user-images.githubusercontent.com/9197954/66709300-faac1f80-ed58-11e9-8c53-d0efbfe8fe50.JPG)
### Technology
Leaderboards is a 100% serverless web app built in NodeJS and hosted within AWS.#### Stack
- AWS Amplify
- AWS API Gateway
- AWS CloudFormation
- AWS Cognito
- AWS Dynamodb
- AWS S3
- AWS Lambda
- ExpressJS API
- VueJS Frontend