https://github.com/kynan/getlost
Compute the hipster rank of a route from A to B
https://github.com/kynan/getlost
Last synced: about 2 months ago
JSON representation
Compute the hipster rank of a route from A to B
- Host: GitHub
- URL: https://github.com/kynan/getlost
- Owner: kynan
- License: apache-2.0
- Created: 2014-02-16T13:44:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T19:19:53.000Z (almost 12 years ago)
- Last Synced: 2025-03-08T23:52:10.604Z (10 months ago)
- Language: Python
- Homepage: http://getlost.herokuapp.com
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GetLost API
===========
Discover paths off the beaten track. Avoiding popular places means a higher
ranked route.
Built at [Urban Data Hack](http://urbandatahack.com) London, Feb 15-16 2014 by
Florian Rathgeber [@frathgeber](https://twitter.com/frathgeber), Mark Durrant
[@M6_D6](http://twitter.com/M6_D6), Zdenek Hynek
[@zdenekhynek](https://twitter.com/zdenekhynek) and Calvin Giles
[@calvingiles](https://twitter.com/calvingiles).
Now check the [live app](http://geographics.cz/temp/get-lost/)!
Usage
-----
GET /route/,/,
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](http://developer.mapquest.com/) as
`MAPQUEST_API_KEY`.
Deploying to heroku requires a [custom buildpack with support for NumPy, SciPy
and scikit-learn](https://github.com/dbrgn/heroku-buildpack-python-sklearn).