Skip to content

Add strava compatibility #8

Description

@vibgy

As a developer, I would love to be able to map the generated json to Strava easily. As of now, some key attributes that Strava looks at are missing from the JSON.
Ref: https://strava.github.io/api/v3/uploads/#file-types

Strava supports the following MESSAGE TYPES and ATTRIBUTES
file_id
--------    
manufacturer 
product 
time_created

session 
--------    
sport 
total_elapsed_time 
total_timer_time 
total_distance 
total_ascent

lap 
--------    
timestamp 
total_elapsed_time 
total_timer_time 
total_distance 
total_ascent

record  
--------    
timestamp 
position_lat 
position_long 
altitude 
heart_rate 
cadence 
distance 
power 
temperature 

event   
--------    
timestamp 
type 

Activity type is detected from session.sport.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions