https://github.com/jamesrr39/tracks-app
A Web Server & Client for viewing your Fitness/GPS tracks & trails.
https://github.com/jamesrr39/tracks-app
fit sports tracks
Last synced: 5 months ago
JSON representation
A Web Server & Client for viewing your Fitness/GPS tracks & trails.
- Host: GitHub
- URL: https://github.com/jamesrr39/tracks-app
- Owner: jamesrr39
- License: mit
- Created: 2017-09-05T15:36:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T15:10:13.000Z (over 7 years ago)
- Last Synced: 2024-06-20T13:34:37.042Z (almost 2 years ago)
- Topics: fit, sports, tracks
- Language: Go
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go Tracks App
Provides a way to view .fit tracks produced by sport devices.
To run in dev mode:
Start server:
go run cmd/tracks-app-main.go
The server should tell you (in the logs) which port it is broadcasting on.
Start webpack client:
cd client
yarn start
For production and docker builds, see the Makefile.