punchagan / FitZip.local

A local-first page to process steps data from Fitbit data export zip

Home Page:https://punchagan.github.io/FitZip.local/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FitZip.local

FitZip.local is a browser-based tool that allows you to analyze your Fitbit step data locally. It processes Fitbit data exported as a ZIP file, and exports the step activity over the specified duration.

Features

  • Local processing: Your data never leaves your computer
  • Date range selection: Analyze data for specific time periods
  • 5-minute interval aggregation: View your step data in 5-minute chunks
  • CSV export: Download your processed data for further analysis

Technical Details

  • Runs entirely in the browser - no server required
  • Built with vanilla JavaScript
  • Uses the JSZip library to process ZIP files
  • Replaces a bookmarklet that could previously do this; the bookmarklet is not functional since Fitbit removed the web dashboard app.

Privacy

FitZip.local processes all data locally in your browser. No data is sent to any server or third party.

License

GNU AGPL v3.0

About

A local-first page to process steps data from Fitbit data export zip

https://punchagan.github.io/FitZip.local/

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 82.1%Language:HTML 17.9%