Comparing the pace of athletes during the 2022 Rotterdam Marathon

Florian Maas

By Florian Maas on April 11, 2022

Estimated Reading Time:

Enter a BIB number:

Bib not found in the results. Please enter a valid bib.

The official Sporthive page with the results for the 2022 Rotterdam Marathon. can be found here.

About

I recently rewrote my personal website from scratch in Gatsby, which in combination with MDX allows for reactive components within a blog post. This blog post is the result of some experimenting with React components.

The page was built by first scraping the Sporthive API with Python, the code for which can be found in this github repository. That results in a .json file that can be read by this page and turned into reactive components. The source code for this blog post can also be found on github.