slowlydev / f1-dash

A real-time F1 dashboard
https://f1-dash.com
GNU General Public License v3.0
510 stars 51 forks source link

Fork for other Formula 2, 3, Academy? #91

Open haphaeu opened 4 months ago

haphaeu commented 4 months ago

Any known fork of this project to cover for Formula 2, 3 or Academy?

Would it make sense to branch it into these categories?

Do they even provide the same API?

slowlydev commented 4 months ago

Hey there!

No, there are no forks that I know of for Formula 2, 3 or Academy.

I think it would be cool to also support those categories. Not sure what would be best, if it should be all on f1-dash, or other instances with a hub and links or a central one with a generic name.

I have no Idea about the f2, f3 and academy APIs as I do not really follow them. But we would need to do some research first and investigate what kind of data we can get.

slowlydev commented 4 months ago

These are the live timing pages for f2 and f3, when using dev tools I saw they also connect via SignalR, data structure seems somewhat similar but also different. They probably also have less data available (no position, no car data) https://www.fiaformula2.com/livetiming/index.html https://www.fiaformula3.com/livetiming/index.html

Academy also has the same looking website, probably could develop a solution that fits all championships. https://www.f1academy.com/livetiming/index.html