Skip to content

JeromeM/LondonPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LONDON PLANNER

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.

Installation

Run the following command for development run :
make run_dev

Run the following command for production run :
make run

Routes

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}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors