Skip to content

kynan/GetLost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetLost API

Discover paths off the beaten track. Avoiding popular places means a higher ranked route.

Built at Urban Data Hack London, Feb 15-16 2014 by Florian Rathgeber @frathgeber, Mark Durrant @M6_D6, Zdenek Hynek @zdenekhynek and Calvin Giles @calvingiles.

Now check the live app!

Usage

GET /route/<from_lat>,<from_lng>/<to_lat>,<to_lng>

Response:

{
  "route": /* Foot walking directions provided by MapQuest */,
  "hip_rank": /* Array of hipster ranks along the route */,
  "total_rank": /* Accumulated hipster score of the route */
}

Deployment

Export your mapquest API key as MAPQUEST_API_KEY.

Deploying to heroku requires a custom buildpack with support for NumPy, SciPy and scikit-learn.

About

Compute the hipster rank of a route from A to B

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages