https://github.com/avikumar15/fantasy-league
https://github.com/avikumar15/fantasy-league
hacktoberfest
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avikumar15/fantasy-league
- Owner: avikumar15
- Created: 2020-09-06T11:10:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T09:50:55.000Z (almost 6 years ago)
- Last Synced: 2025-08-23T02:57:28.773Z (11 months ago)
- Topics: hacktoberfest
- Language: Kotlin
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Fantasy League
## Getting started
See the Guide on how to contribute [here](CONTRIBUTING.md) for instructions on how to fork and set up your repository. Refer [here](CODE_OF_CONDUCT.md) for code of conduct.
## About Fantasy Legaue
Fantasy league is a friendly cricket fantasy league app where users can compete against one another in their groups. The idea is to scrape espncricinfo to get live scores data and assign scores to each player and then to every user's team.
Server Code: [fantasy-league-server](https://github.com/shreyshrey71/fantasy-league-server/)
### Flow
- Players join groups.
- Players make their teams for the day.
- Live scores is scrapped from [ESPN Cricinfo](http://espncricinfo.com/) and every users score is updated based on a simple algorithm that calculates points for a player depending on runs he scored, boundaries he hit, or wickets he take.
- As the live scores are fetched, rank every user in the group on the leaderboard based upon his net score.
## About DWoC
DWoC is a winter long program organised by [Delta Force](https://delta.nitt.edu/), the coding club of NIT Trichy. With an aim to support and improve the culture of open source software around us, this serves as a platform for young student developers (or even starters) to hone their technical skills by working on projects of their interests. We hope this encourages collabrative experiences and allows students from all backgrounds to contribute to quality technical projects from diverse fields.
For more information, visit [DWoC](https://dwoc.io/)