Advanced FIT file parser with lossless reconstruction capabilities for fitness device data
npm install fit-fileš§ Alpha Version - Work in Progress š§
This package is currently in alpha state. A stable release is planned for the coming weeks.
Advanced FIT file parser with lossless reconstruction capabilities for fitness device data from Garmin and other manufacturers.
``bash`
npm install @smartlabs/fit-file
`typescript
import { parseFit } from '@smartlabs/fit-file';
// Parse FIT file with lossless reconstruction support
const result = parseFit('./path/to/file.fit');
console.log(result);
``
- ā” Alpha version 0.0.1-alpha.1
- š Stable release coming in the next few weeks
- š Full documentation will be available with the stable release
https://github.com/smartlabsAT/fit-file
MIT