Last active
June 4, 2018 21:09
-
-
Save sergiolucero/be185172d8beea054962e3fd5716b580 to your computer and use it in GitHub Desktop.
Citybik.es + here.com APIs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BIKE_URL = 'https://api.citybik.es/v2/networks?fields=id,location,href' | |
| HERE_URL = '''https://route.cit.api.here.com/routing/7.2/calculateroute.json? | |
| app_id=arVngf4Gl3gIU145UGVB&app_code=Pas2aQELd9IynApEQ4m8jg& | |
| waypoint0=geo!52.5,13.4&waypoint1=geo!52.5,13.45& | |
| mode=fastest;bicycle''' # or car | |
| BACKUP = 'https://github.com/sergiolucero/hereapi/blob/master/DATA/bikesystems.csv' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.