Skip to content

Garee/to-gpx-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To GPX

This is the server code for the "To GPX" web application.

The client code can be found at Garee/to-gpx-client.

Quick Start

Create the docker container:

$ docker build -t to-gpx-server

Run the docker container:

$ docker run -d -p 8000:8080 to-gpx-server

The service will be available at http://localhost:8000

About

A go service to convert GPS file formats to GPX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published