An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![pages-build-deployment](https://github.com/despolov/f1-stats/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/despolov/f1-stats/actions/workflows/pages/pages-build-deployment)


![GitHub last commit (branch)](https://img.shields.io/github/last-commit/despolov/f1-stats/main?label=main%20-%20last%20commit&labelColor=%233D464E&color=0C7EBF)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/despolov/f1-stats/gh-pages?label=gh%20page%20-%20last%20commit&labelColor=%233D464E&color=0C7EBF)

# 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