This is a simple widget to show the realtime status of the London Underground Tube lines.
You can update the list of the lines you would like to include in the list in the tfl_status.rb
.
The widget uses tubeupdates.com as the API source and you can findout about the tube line names over there.
To install, just to a dashing install 8846431
and all should be good!
You might need to include HTTParty to your Gemfile
if you haven't already:
gem 'httparty'
Most of the code is taken from Server Status Widget by willjohnson
Fixed issues caused by TFL API changes.