https://github.com/fast1-labs/fast1
F1 Application with Seasonal informations
https://github.com/fast1-labs/fast1
expo-router mapbox react-native rest-api supabase-auth
Last synced: over 1 year ago
JSON representation
F1 Application with Seasonal informations
- Host: GitHub
- URL: https://github.com/fast1-labs/fast1
- Owner: Fast1-Labs
- License: mit
- Created: 2024-09-27T10:31:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T16:40:20.000Z (over 1 year ago)
- Last Synced: 2025-02-19T17:36:53.455Z (over 1 year ago)
- Topics: expo-router, mapbox, react-native, rest-api, supabase-auth
- Language: TypeScript
- Homepage:
- Size: 3.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast1 Formula 1 App
Seasonally updated Formula 1 races content with races, drivers, and information about races with race results. Current standings for drivers and constructors championship. Social media posts from official F1 X account. Now available for Closed Testing on Google Play Store. Soon to be published...
## API Reference
### Ergast API Reference
#### Overview
The Ergast API provides a comprehensive database of historical Formula 1 data, including race results, driver and constructor standings, circuit information, and more. It is a valuable resource for developers looking to access detailed information about Formula 1.
#### API Base URL
- **Base URL**: `https://api.jolpi.ca/ergast/f1`
## The Ergast API has been deprecated, and the base url has been changed to api.jolpi.ca starting from 2025 season.
#### Common Endpoints
Here are some of the commonly used endpoints for accessing specific data:
- **Current Season Races**
- **Endpoint**: `/current.json`
- **Description**: Retrieves data about the current season's races.
- **Race Results**
- **Endpoint**: `/current/{raceId}/results.json`
- **Description**: Fetches results for a specific race in the current season.
- **Example**: To get results for the Australian Grand Prix, use `/current/1/results.json`.
- **Driver Standings**
- **Endpoint**: `/current/driverStandings.json`
- **Description**: Retrieves the current standings of drivers.
- **Constructor Standings**
- **Endpoint**: `/current/constructorStandings.json`
- **Description**: Retrieves the current standings of constructors.
- **Historical Data**
- **Endpoint**: `/season/{year}/race/{round}.json`
- **Description**: Fetches data for a specific race in a specific season.
---
## Features
- Live race list of current season
- Live race rankings and race results
- Live drivers championship standings
- Live constructors championship standings
- Social media contents from F1 X account
## Screenshots
[Watch the video](https://github.com/user-attachments/assets/dac3d2e3-9405-4dbc-a97f-7f5c44eaaf0e)




