addejans / ev-routing

2 stars 0 forks source link

Add API Endpoint for Route with Waypoints and Speed #7

Closed addejans closed 1 week ago

addejans commented 1 week ago

This PR handles #4

Summary:

This PR introduces an enhancement to the existing Flask API by implementing a new feature that returns a simulated route with waypoints between the start and end locations. Additionally, each waypoint includes a randomly generated speed value to simulate varying travel speeds along the route.

Key Changes:

How It Works:

Usage:

Future Enhancements:

This feature provides a basic framework for simulating routes and can be expanded further with more complex logic.