I built this in order to try out creating interactive maps in QGIS.
I used the qgis2web plugin then modified the html so I could embed it in this page.
I also learned how to call the TfL open APIs to retrieve data. I wrote a python script which calls the API
for the santander bike points and writes the data I want to a csv, which I then imported into QGIS.
I've included my python code below.