Skip to content

GPX Browser is a desktop application for browsing GPX files (using JavaScript, React, and Electron)

License

Notifications You must be signed in to change notification settings

thcyron/gpxbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX Browser

GPX Browser is a desktop application for browsing GPX files.

GPX Browser is built using web technologies and powered by Electron and React. Parsing the GPX files is not done in JavaScript, but outsourced to gpxtojson, which must be in your $PATH.

GPX Browser is still in development and only basic features have been implemented.

Screenshot

![GPX Browser screenshot](screenshot.jpg)

Building and running GPX Browser

In the project’s root directory, run:

npm install
npm run build
npm run start

Make sure gpxtojson is installed.

License

GPX Browser is licensed under the MIT license.

About

GPX Browser is a desktop application for browsing GPX files (using JavaScript, React, and Electron)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published