https://github.com/despolov/f1-stats
F1 Stats is an app focused mainly on presenting the aggregated lap time of each driver from every Practice session and more
https://github.com/despolov/f1-stats
formula1
Last synced: 6 months ago
JSON representation
F1 Stats is an app focused mainly on presenting the aggregated lap time of each driver from every Practice session and more
- Host: GitHub
- URL: https://github.com/despolov/f1-stats
- Owner: despolov
- Created: 2024-03-02T21:17:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:10:12.000Z (12 months ago)
- Last Synced: 2024-10-29T11:33:16.635Z (12 months ago)
- Topics: formula1
- Language: JavaScript
- Homepage: https://f1-stats.tech
- Size: 19.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/despolov/f1-stats/actions/workflows/pages/pages-build-deployment)

# F1 Stats
F1 stats is an app for quick check of F1 stats from Practice sessions for each race of the current season
## Main Features
- Aggregated lap time based on the best sectors of each driver from every Practice session and the actual standings for comparison
- Used and New tyres count for each driver from every available session before the race
- Stints for each driver from every available session before the race
- Team radio for each driver from every available session, including the race
## Sources
- Data source:
## Commands
- deps install: npm i
- local run: npm run start
- tests run: npm run test
- app deploy: npm run deploy