https://github.com/softwave-technology/fast1
F1 Application with Seasonal informations
https://github.com/softwave-technology/fast1
ergast-api expo-router hooks mapbox react react-native react-native-maps rest-api supabase supabase-auth supabase-functions supabase-js typescript
Last synced: 4 months ago
JSON representation
F1 Application with Seasonal informations
- Host: GitHub
- URL: https://github.com/softwave-technology/fast1
- Owner: Softwave-Technology
- License: mit
- Created: 2024-09-27T10:31:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T16:58:46.000Z (9 months ago)
- Last Synced: 2025-06-17T10:46:03.357Z (7 months ago)
- Topics: ergast-api, expo-router, hooks, mapbox, react, react-native, react-native-maps, rest-api, supabase, supabase-auth, supabase-functions, supabase-js, typescript
- Language: TypeScript
- Homepage:
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏎️ Fast1 — Formula 1 App
An all-in-one Formula 1 companion app. Track live race data, driver and constructor standings, and explore up-to-date race information. Stay connected with official F1 news and media — **now available for Closed Testing on the Google Play Store**. Public release coming soon!
---
## 🚀 Features
- 📅 **Live race list** for the current F1 season
- 🏁 **Real-time race results** with rankings and positions
- 🧑🏎️ **Driver championship standings** updated throughout the season
- 🏢 **Constructor standings** with live updates
- 📱 **Social feed** from the official F1 X (Twitter) account
---
## 🔌 API Reference
### 🧩 Ergast API Overview
The [Ergast Developer API](http://ergast.com/mrd/) offers a comprehensive collection of historical and current Formula 1 data, including:
- Race results
- Driver & constructor standings
- Circuit details
- Seasonal statistics
> ⚠️ **Note**: Starting from the 2025 season, the API has moved to a new base URL due to deprecation of the original Ergast API.
### 📡 Base URL
- **Base URL**: https://api.jolpi.ca/ergast/f1
### 📂 Common Endpoints
| Purpose | Endpoint | Example |
|--------------------------|----------------------------------------------------|----------------------------------|
| Current Season Races | `/current.json` | Get all races in the season |
| Specific Race Results | `/current/{raceId}/results.json` | `/current/1/results.json` |
| Driver Standings | `/current/driverStandings.json` | - |
| Constructor Standings | `/current/constructorStandings.json` | - |
| Historical Race Data | `/season/{year}/race/{round}.json` | `/season/2023/race/10.json` |
---
## 📸 Screenshots
🎬 [Watch the Demo Video](https://github.com/user-attachments/assets/dac3d2e3-9405-4dbc-a97f-7f5c44eaaf0e)