public
Description: A work-in-progress iPhone app that will use the GPS to work out where you are right now in London, and plot a route home using TfL
Homepage:
Clone URL: git://github.com/mattb/hello-london.git
name age message
file .gitignore Thu Jan 22 17:08:15 -0800 2009 xcode project [Matt Biddulph]
directory Classes/ Sun Jan 25 15:12:21 -0800 2009 Thanks to http://www.oiledmachine.com/posts/200... [Matt Biddulph]
directory Hello London.xcodeproj/ Sun Jan 25 04:31:39 -0800 2009 Icon. Network activity indicator. Basic address... [Matt Biddulph]
file Hello_London_Prefix.pch Thu Jan 22 17:08:15 -0800 2009 xcode project [Matt Biddulph]
file Info.plist Sun Jan 25 04:31:39 -0800 2009 Icon. Network activity indicator. Basic address... [Matt Biddulph]
file LICENSE Sun Jan 25 14:29:39 -0800 2009 Licensing. [Matt Biddulph]
file MainWindow.xib Thu Jan 22 17:08:15 -0800 2009 xcode project [Matt Biddulph]
directory Other Sources/ Sun Jan 25 01:14:44 -0800 2009 Cleaned up directory layout. [Matt Biddulph]
file README Sun Jan 25 14:29:39 -0800 2009 Licensing. [Matt Biddulph]
file RootViewController.xib Sun Jan 25 04:31:39 -0800 2009 Icon. Network activity indicator. Basic address... [Matt Biddulph]
file icon.png Sun Jan 25 04:31:39 -0800 2009 Icon. Network activity indicator. Basic address... [Matt Biddulph]
file postcodes.sqlite Sun Jan 25 02:45:42 -0800 2009 Improved postcode coverage [Matt Biddulph]
README
This app is a wrapper for Transport For London's routeplanner, designed to save typing by using the GPS and stored 
favourites.

It'll consult the GPS then grab the routes by screenscraping TfL's site at http://www.tflwap.gov.uk and present them 
nicely. TfL can't take a lat/lng as a departure place, so it has to use a sqlite database of sample postcodes to 
translate the GPS reading to a nearby postcode. It then walks through the tflwap forms submitting the right things.

This project is released under the MIT License - see the included file LICENSE. It uses these nice external libraries 
and helpers:

* http://cocoawithlove.com/2008/10/using-libxml2-for-parsing-and-xpath.html for libxml2 HTML XPath support
* http://code.google.com/p/google-toolbox-for-mac/ for GTMHTTPFetcher
* http://regexkit.sourceforge.net/RegexKitLite/ for regular expressions
* http://flycode.googlecode.com/svn/trunk/fmdb/ for an Objective C wrapper for sqlite