Skip to content

EV (Electical Vehicle) Route Planner - Calculates route with in-trip stops in charging stations for battery recharge based on car's autonomy (in km) and address of departure & destination. Consumes OpenChargeMap API and OpenStreetMap API from the leaflet library.

Notifications You must be signed in to change notification settings

formidablae/EV_Route_Planner

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2022
Jan 6, 2022
Apr 16, 2021
Mar 21, 2021
Jan 26, 2022
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021

Repository files navigation

EV Route Planner

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

Documentation in Italian language is available here: Documentazione_Informatica_III_Modulo_Progettazione_e_Algoritmi.pdf

Visual state of the project

Project setup

Works with npm version 13.0.0

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

EV (Electical Vehicle) Route Planner - Calculates route with in-trip stops in charging stations for battery recharge based on car's autonomy (in km) and address of departure & destination. Consumes OpenChargeMap API and OpenStreetMap API from the leaflet library.

Topics

Resources

Stars

Watchers

Forks