https://github.com/romainchanteloup/gpx-exporter
GPX Exporter ⚙
https://github.com/romainchanteloup/gpx-exporter
angular gpx png web
Last synced: about 2 months ago
JSON representation
GPX Exporter ⚙
- Host: GitHub
- URL: https://github.com/romainchanteloup/gpx-exporter
- Owner: RomainChanteloup
- Created: 2025-04-21T14:16:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T20:38:55.000Z (about 1 year ago)
- Last Synced: 2025-10-11T05:38:38.399Z (9 months ago)
- Topics: angular, gpx, png, web
- Language: TypeScript
- Homepage: https://romainchanteloup.github.io/gpx-exporter/
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gpx Exporter ⚙
An app to export gpx files to customizable PNG

## Technologies Used
* Frontend: Angular
* npm lib: geolib, gpxparser
## Running the Project
To run the project, navigate to the project directory and execute the following commands:
```bash
npm install
ng serve
```
****