Extract trip history from Waze and convert to open GPX, GeoJSON and KML formats.
You can try it here: https://thestalwart.github.io/waze2gpx/
To run a local web server at http://127.0.0.1:3000: docker-compose up
.devcontainer/devcontainer.json
contains a postAttachCommand
to run a web server on port 8080
, but if it fails - run http-server -c-1 /workspaces/waze2gpx
manually
Try Live Server extension to run a web server on port 5500