London Planner is an API to search London Underground stations.
You can search for station name, information, and plan your shortest / faster journey from station A to station B.
Run the following command for development run :
make run_dev
Run the following command for production run :
make run
Search a station :
/station?q={SEARCH}&limit={LIMIT}
Search for all stations on the same line as the one provided :
/station/{STATION_ID}
Search for the shortest way to go from Station 1 to Station 2 :
/shortest/{FROM_STATION}/{TO_STATION}
Search for the fastest way to go from Station 1 to Station 2 :
/fastest/{FROM_STATION}/{TO_STATION}