A simple web app which displays the London Underground live tube status, predicted weekend status and a tubemap.
I've only been learning Sencha Touch for about a week, so apologies for any sloppy javascript in there (Just using a crappy URL refresh for testing, as I need to learn how to reload the JSONP scripts in a component, which is in a TabPanel )
Hope you like it,
Last edited by flyingmachete; 26 Jan 2011 at 5:57 PM.
Reason: update
Layout changes and introduced live departure boards (basic but functional at the moment).
Next step will be to give detailed departure for specific station on a tube line, which will require some thought about how to implement it.
Cheers and hope you like it
Last edited by flyingmachete; 27 Jan 2011 at 4:01 AM.
Reason: typos
Looks great. I'm not in London right now but have lived / consulted there in the past - and this will eventually be a great app to have as there's nothing worse the running to the station to find out a line's backed up - or broken.
Select the feed data that you want and fill out the form, TFL will review your application and respond within 48 hours.
N.B. The feed data is sent back in XML, so you might want to convert to JSON (what I do is use cURL to get the feed data, then simpleXML and then json encode it, all via php