Kat4 team has created a realtime transport app showing you whereabouts on the Waterloo and City line your train is. This is so you can plan your route between all the stops on the line. You can get more information about the team and our other projects here
You might need to enable loading unsafe scripts in the browser:
- Make sure you have Node.js installed.
- Clone repo from git@github.com:kat4/wordkat.git
- Run
npm install
to install the dependencies - Start the server with
node server.js
ornodemon server.js
if you have nodemon installed - Access site on
localhost:8000