This Web App displays a route from Lisbon to Algarve with the available Charging Stations along the way ⚡
It is written in Vanilla JavaScript. (I did not see the necessity of using a library/ framework for this small POC)
Hosted on: https://grandprix-2021.web.app
- A fully intractive Map with the Departure to Arrival route
- Display relevant Charging Stations along the way
- Provides a way for the user to select only the Fast Charging Stations
- User is able to visualize the Charging Station information such as Address, socket type and number of sockets
- Clone the repo
- Get your own API KEY for authentication purposes from HERE Maps
- Put your API KEY into the
credentials.js
file in the root directory - Open the
index.html
file in your browser
| README.md
| index.html
| ...
|
|___ scripts
| | map.js
| | index.js
| | route.js
| | ...
|
|___ styles
| | ...
|
|___ media
| ...
This project is licensed under the terms of the MIT license. See LICENSE