From 242eb19bc5a9137a44b008a1bea71d3040e731c4 Mon Sep 17 00:00:00 2001 From: David Harrigan Date: Fri, 5 Jan 2024 22:54:35 -0500 Subject: [PATCH] chore: update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5a58f41..4a8ba05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # formula-crunch +`formula-crunch` is an experiment with the [FastF1](https://docs.fastf1.dev/) +Python API to analyze Formula1 driver performance during a race. + +The `manage.py` Python script can scrape race data, perform analysis, and store +the result in a SQLite database. Next.js uses the SQLite database to generate +interesting graphics as static pages, so the results can be made available as a +website without any data storage dependency (although the generated graphics are +sized to be suitable for sharing on social media sites). + +See an example +[here](https://formula-cunch.vercel.app/races/2022/circuits/imola/drivers/leclerc). + ## Scrape data Scrape driver data