formidablae / EV_Route_Planner

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.

Home Page:https://formidablae-ev-route-planner.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://formidablae-ev-route-planner.netlify.app


Languages

Language:Vue 99.0%Language:JavaScript 1.0%