No commit activity in last 3 years
No release in over 3 years
A simple gem to track the current status of London Underground services, it polls the TFL endpoint and will alert you if there is an issue, also provides a nice interface to TFL's tube data, still very beta, please give me a poke on github with suggestions and enhancements.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

Service Disruption

A little library to easily tell you when the Tube has problems

Install

gem install service_disruption

Running

$: service_disruption start

$: service_disruption stop

Extra arguments are: -- -i to change the polling time, defaults to once every 30 seconds

Alternatively if you'd like to see some pretty colours on your command line you can run

$: service_disruption status

That will tell you the current state of the tube network, you can also incude it as any other ruby library. It exposes the following API:

network = ServiceDisruption.network

network.lines # Array of lines
bakerloo = network.find_by_name('Bakerloo') # Line object

bakerloo.status # Status object

network.update! # Updates all of the lines status information if it has changed

Who?

Adam Carlile built this. Ping me on Twitter — @frozenproduce.

NOTE: Not to be used for mission critical service monitoring!