/cyclinggctracker

Tools to track the time gaps among riders in the general classification of cycling races.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Cycling GC Tracker

This projects plots the gaps among the riders in the General classification during a Grand Tour to give a visual representation of where each rider won or lost time.

To access the website, click here

How does it work?

To generate the static data, we scrape the ProCyclingStats (being easy on the bandwidth...) using BeautifulSoup and create a json file with all needed results. This json is then served through github.io and processed on the user browser and drawn with Flot in Javascript.

Codacy Badge