Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punchagan/fitzip.local
A local-first page to process steps data from Fitbit data export zip
https://github.com/punchagan/fitzip.local
csv fitbit fitbit-export physical-activity
Last synced: 12 days ago
JSON representation
A local-first page to process steps data from Fitbit data export zip
- Host: GitHub
- URL: https://github.com/punchagan/fitzip.local
- Owner: punchagan
- License: agpl-3.0
- Created: 2024-08-03T02:42:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T12:19:48.000Z (5 months ago)
- Last Synced: 2024-12-10T17:51:52.876Z (12 days ago)
- Topics: csv, fitbit, fitbit-export, physical-activity
- Language: JavaScript
- Homepage: https://punchagan.github.io/FitZip.local/
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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].[bookmarklet]: https://punchagan.github.io/bookmarklets/#fitbit-csv
[web dashboard app]: https://support.google.com/fitbit?p=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](https://choosealicense.com/licenses/agpl-3.0/)