https://github.com/graphhopper/vehicle-charging-station-example
This example uses the GraphHopper Matrix API to pick a charging station for the overall fastest detour
https://github.com/graphhopper/vehicle-charging-station-example
Last synced: about 1 year ago
JSON representation
This example uses the GraphHopper Matrix API to pick a charging station for the overall fastest detour
- Host: GitHub
- URL: https://github.com/graphhopper/vehicle-charging-station-example
- Owner: graphhopper
- Created: 2015-05-03T16:18:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T13:22:24.000Z (over 9 years ago)
- Last Synced: 2025-04-06T17:06:36.607Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://graphhopper.com/blog/2015/05/05/solving-the-electric-vehicle-charging-problematic-fast-with-graphhopper/
- Size: 734 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Charging Station Example
This example uses the GraphHopper Matrix API to pick a charging station for the overall fastest detour of an electric vehicle
# See in action
Get an API key [here](https://graphhopper.com/dashboard/) and put it in the demo.js:
```javascript
var defaultKey = "abc";
```
And open the index.html in your browser, e.g. `firefox index.html`