Parkrun Crawler

Parkrun is a collection of 5-kilometre running events that take place every Saturday morning at over 1,400 locations in twenty-three countries across five continents. I've been trying to participate in them since the beginning of the year and have a PB of 26:09!

I thought it would be cool to visualise my progress over the year by parsing their publically accessible results tables and store them in a entity framework driven database and then provide endpoints using controllers and use React and Redux for accessing the information and displaying it.

It's been interesting using migrations and the entity framework to generate tables from models as I usually do it the other way around.

This project will be publically accessible once some more work on the dashboard has been made.