Uses the TFL API to grab the latest status for a bike dock showing the number of spaces and bikes.
Live demo hosted on github pages.
Here's how it looks on mobile:
Recent node and decent browser
- Clone the repo and install the npm dependencies with:
npm install
- Install gulp globally with:
npm install gulp --global
- Build the application into the dist directory and run a local (browser-sync) server using:
gulp