★ 1stars
2release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/s3rgiosan/rdb-f1/releases/download/1.0.1/rdb-f1-1.0.1.zipDeclares an update source (https://s3rgiosan.dev/), so updates arrive through the plugin's own updater.
From the readme
RDB F1
OpenF1 data source for Remote Data Blocks.
Description
A WordPress plugin that adds an OpenF1 API data source to Remote Data Blocks. Editors can insert blocks for Formula 1 drivers, race results, race-control messages, weather snapshots, and pit stops without writing any code.
Built on the public OpenF1 v1 REST API. Calls are made server-side and cached by Remote Data Blocks.
Features
- F1 Driver block: list current F1 drivers → pick → render full name, acronym, team, number, headshot
- F1 Session Results block: pick a race session → render finishing positions with intervals, gaps, and fastest laps (composed from /position + /drivers + /intervals + /laps)
- F1 Race Control block: pick a race session → render race-director messages (yellow flags, safety cars, penalties), most recent first
- F1 Weather block: pick a race session → render the latest weather snapshot (air/track temp, humidity, rain, wind)
- F1 Pit Stops block: pick a race session → render pit stops sorted by pit lane time (fastest first), enriched with driver name and team
- Optional Bearer token auth: anonymous tier works out of the box; add a token via the settings page when you have an OpenF1 paid plan
Read the full README on GitHub →