fit-file
v0.0.1-alpha.1
Published
Advanced FIT file parser with lossless reconstruction capabilities for fitness device data
Maintainers
Readme
fit-file
🚧 Alpha Version - Work in Progress 🚧
This package is currently in alpha state. A stable release is planned for the coming weeks.
About
Advanced FIT file parser with lossless reconstruction capabilities for fitness device data from Garmin and other manufacturers.
Installation
npm install @smartlabs/fit-fileUsage
import { parseFit } from '@smartlabs/fit-file';
// Parse FIT file with lossless reconstruction support
const result = parseFit('./path/to/file.fit');
console.log(result);Status
- ⚡ Alpha version 0.0.1-alpha.1
- 🔄 Stable release coming in the next few weeks
- 📋 Full documentation will be available with the stable release
Repository
https://github.com/smartlabsAT/fit-file
License
MIT
