Skip to content

ralfstx/runtopsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runtopsy

A running app that shows your running activities on a calendar strip and on the map.

Runtopsy Screenshot

[run‧top‧sy]

After-the-fact examination of your running activities.

Setup

A config JSON file is expected at $HOME/.running/config.json in the user home directory.

{
  "importers": {
    "file": {
      "enabled": false, // to enable importing from the file system
      "importDir": "/path/to/a/folder/with/garmin-fit-files"
    },
    "strava": {
      "enabled": true, // to enable importing from Strava
      "client_id": 4711, // runtopsy client id, will be moved elsewhere
      "client_secret": "secret", // runtopsy secret, will be moved elsewhere
    }
  },
  "mapboxAccessToken": // Mapbox access token
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published