Happy EV Journey!
Wattway plans trips for electric vehicles (EVs), calculates and finds charging points when your battery reaches 10%. Using the remaining battery percentage and mileage input, it shows reachable charging points and provides options for charging time. It also calculates the next lower battery point until you reach your destination.
- Display charging stations on a base map.
- Implement route planning for EVs with charging stops.
- Direction instructions and lane instructions.
- Waypoints feature to add multiple stops.
- Input for time to charge the EV.
Make sure you have Node.js installed on your machine. You can check if Node.js is installed by running the following command in your terminal:
node -v
-
Install Node.js:
Download the Windows Installer from the Node.js website, run the installer, and follow the instructions. -
Clone the Repository:
Run the following commands:git clone https://github.com/HKA-OSGIS/Wattway.git cd wattway
-
Install Dependencies:
Run the following command:npm install express axios cors
-
Run the Application:
Use this command to start the application:node app.js
-
Install Node.js:
Update your package manager and install Node.js and npm:sudo apt update sudo apt install nodejs npm
-
Clone the Repository:
Run the following commands:git clone https://github.com/HKA-OSGIS/Wattway.git cd wattway
-
Install Dependencies:
Run the following command:npm install express axios cors
-
Run the Application:
Use this command to start the application:node app.js
-
Install Node.js:
Use Homebrew to install Node.js:brew install node
-
Clone the Repository:
Run the following commands:git clone https://github.com/HKA-OSGIS/Wattway.git cd wattway
-
Install Dependencies:
Run the following command:npm install express axios cors
-
Run the Application:
Use this command to start the application:node app.js
- After starting the application, open your browser and navigate to
http://localhost:3000/query?swLat=48.93074305571456&swLon=8.676160408522128&neLat=49.4703360192658&neLon=9.501966706880955
. - Enter your trip details such as start location, end location, waypoints, current battery percentage, mileage per percentage of battery, and battery capacity.
- Click on "Get Route" to see the route with charging stations displayed on the map.
Feel free to submit pull requests or open issues if you have suggestions or improvements!
For any inquiries, please reach out to [[email protected]].
WattWay by HKA-OSGEO Bhavin, Kisal, Sandys, Ravi is licensed under the
Creative Commons Attribution-NonCommercial 4.0 International License.