资 源 简 介
The project aims to create an app that pulls from the various location services on android handsets(gps,cell tower etc) the nearest bus times, train times etc. without having to text or go navigating poorly-designed sites.
It will start with rail, then add bus and finally hopefully some way of adding taxi details as well. London Tube stuff might be of use but project lead lives "oop norf" so can"t test that easily.
Currently the project accesses the location data from your phone and lists the local bus stops and train stations. The data is pulled from OpenStreetMap.org"s ~~xapi~~ api as this is ~~fast and~~ easy to work with.
At time of writing, the OSM"s xapi is not in a usable state (no servers are reachable), so only their standard api is usable. I hope at some point the xapi will become usable again, so we can start defaulting back to that and reduce the load on their main server. If anyone wants