This is a simple route planner for EV charging stations. Given a departure location, a destination and the autonomy in km of the electical vehicle fully charged, it will return the optimal route to the destination with intermediate stops at the displayed charging stations. Consumes OpenChargeMap API and OpenStreetMap API from the leaflet library.
WebApp is served here: formidablae-ev-route-planner.netlify.app
Documentation in Italian language is available here: Documentazione_Informatica_III_Modulo_Progettazione_e_Algoritmi.pdf
Works with npm version 13.0.0
npm install
npm run serve
npm run build
npm run test
npm run lint