An open API service indexing awesome lists of open source software.

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.

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.