Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 528 Bytes

fitparsejs

Extremely experimental at this point, and as of now, almost completely ported from GoldenCheetah (minus a few of their classes).

Only prints everything to sdout so far, but it's coming along pretty nicely.

You can use it in your own app with fitparse = require('fitparse').fitFileReader or you can run it from the command line:

fitparsejs -f /path/to/file.fit

More to come, especially after I get a chance to wrap my head around ANT's FIT SDK.