A Delivery Web App that will calculate the shortest distance from each drop off spot
This project shows a map with traffic density from TomTom's traffic API.
A web app that calculates the distance between two addresses
The final route is calculated using the “Routing API” which by default will do a “car” route. It can calculate the routes for motorcycles, vans, trucks or pedestrians! the results will vary.
Distance Matrix Routing ,is used to optimise our multiple deliveries by travel time.
Simple web app using TomTom Distance Matrix API to plan an optimal route between a list of addresses.
Using TomTom Map SDK for Web, to show us the best route for us as the delivery driver, to drop off all three deliveries based on time, taking:
- The route into account
- The traffic on the roads into account.
- The traffic incidents on the roads into account
This project was bootstrapped with Create React App.
-
🔗 Node.js
-
🔗 To obtain a TomTom API token, go to https://developer.tomtom.com/ and create an account. Then create an app. Use the "Consumer API Key" in the configuration of the module.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are extremely appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request