Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakubhanko/f1-chrome-extension

Open source F1 Google Chrome Extension
https://github.com/jakubhanko/f1-chrome-extension

chrome f1 formula1

Last synced: 26 days ago
JSON representation

Open source F1 Google Chrome Extension

Awesome Lists containing this project

README

        

# F1 Google Chrome Extension

This project is a Google Chrome extension that provides users with the Formula 1 calendar and up-to-date driver and constructor standings.

## Installation

1. Download or Clone the project:

```bash
git clone [email protected]:JakubHanko/f1-chrome-extension.git
cd f1-chrome-extension
```

2. Install and build the project:

```bash
npm install
npm run build
```

3. Load the extension in Chrome:

- Open Chrome and go to `chrome://extensions/`.
- Enable **Developer Mode** (toggle it in the top-right corner).
- Click **Load unpacked** and select the project directory.

4. The extension will now appear in your Chrome toolbar.

## Usage

1. Click on the F1 logo in your Chrome toolbar.
2. Browse the race calendar to see the upcoming races.
3. Navigate to the standings tab to view the latest rankings for drivers and constructors.
4. Enjoy staying up-to-date with F1 directly from your browser!

## API Integration

The extension fetches live data using the [jolpica-f1 API](https://github.com/jolpica/jolpica-f1).

## License

This project is licensed under the MIT License. See the `LICENSE` file for more details.

## Acknowledgments

- **Formula 1®**: All rights reserved by Formula One World Championship Limited. This extension is a fan project and not affiliated with Formula 1.
- **jolpica-f1 API**: For providing live F1 data.
- **Freepik - Flaticon**: For icon used in this project. See [here](https://www.flaticon.com/free-icons/car) for more.

## Screenshots

![Calendar](docs/calendar.png)

![Standings](docs/standings.png)