An open API service indexing awesome lists of open source software.

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

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`