vroom

Open-source vehicle routing optimization engine with REST API

brewmacoslinux
Try with needOr install directly
Source

About

Vehicle Routing Open-Source Optimization Machine

Commands

vroom

Examples

Start the VROOM server on default port 3000$ vroom
Start VROOM server on custom port 8080$ vroom --port 8080
Query the VROOM API with a routing problem$ curl -X POST http://localhost:3000/route -H 'Content-Type: application/json' -d @problem.json