1.0.8 • Published 6 months ago

garmin-tcx-parser v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Garmin .tcx parser

Get activity metrics from Garmin .tcx files to use on your projects.

Available Metrics:

  • Heart Rate
  • Maximum Heart Rate Bpm
  • Average Heart Rate Bpm
  • Position
  • Total Time in seconds
  • Distance in meters
  • Altitude in meters
  • Calories
  • Maximum Speed

Install

npm i garmin-tcx-parser

How to use

Place your .tcx file inside the Public folder of your project.

 import { 
    
    MaximumHeartRateBpm,
    
    HeartRateBpm,
    
    AverageHeartRateBpm,
    
    Position,
    
    TotalTimeSeconds,
    
    DistanceMeters,
    
    AltitudeMeters,

    Calories,

    Maximum Speed
    
  } from "garmin-tcx-parser";
1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago