Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayedafif/f1-championship-predictor
Formula 1 Championship Predictor
https://github.com/sayedafif/f1-championship-predictor
css hacktoberfest hacktoberfest2019 handlebarsjs html jquery
Last synced: about 1 month ago
JSON representation
Formula 1 Championship Predictor
- Host: GitHub
- URL: https://github.com/sayedafif/f1-championship-predictor
- Owner: sayedafif
- License: other
- Created: 2017-09-26T12:27:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T19:04:06.000Z (over 4 years ago)
- Last Synced: 2024-10-14T05:21:00.274Z (about 1 month ago)
- Topics: css, hacktoberfest, hacktoberfest2019, handlebarsjs, html, jquery
- Language: HTML
- Homepage: https://sayedafif.github.io/F1-Championship-Predictor/
- Size: 26.4 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: license.txt
Awesome Lists containing this project
README
# F1 Championship Predictor
Predicting the F1 Championship Standings by simulating results of upcoming races.
## Built With
Basic Web Application using HTML, CSS, jQuery and HandleBars.js
## How it Works
Using Ergast Developer API, we are getting the schedule of the upcoming Race Calendar where we can simulate various scenarios to check who will be on top of the Championship Standings after the next races.
We have 2 tables - Current Championship Standings and Try Predicting the Winner.
Championship Standings will be updated because of any change in the Predicting the Winner Table.
In the Predicting the Winner Table, we will provide the position of any driver in an upcoming race.
## Points according to Position
Points are provided according to F1 Rules -
|Position |Points |
|----------------|-------|
|1 |25 |
|2 |18 |
|3 |15 |
|4 |12 |
|5 |10 |
|6 |8 |
|7 |6 |
|8 |4 |
|9 |2 |
|10 |1 |An Extra Point is awarded for Fastest Lap if the driver finishes in the Top 10.
# API Used
https://ergast.com/mrd/
Feel free to go through the API properly. It contains almost all details on the results and race schedules of the F1 race calendar.