https://github.com/jtb21091/applehealth
apple health data import and analysis
https://github.com/jtb21091/applehealth
apple apple-health apple-health-analytics apple-health-xml apple-healthkit apple-watch applehealth applewatch health html python watch
Last synced: 8 months ago
JSON representation
apple health data import and analysis
- Host: GitHub
- URL: https://github.com/jtb21091/applehealth
- Owner: jtb21091
- License: mit
- Created: 2024-06-13T01:25:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T22:38:48.000Z (10 months ago)
- Last Synced: 2025-03-24T18:47:30.032Z (8 months ago)
- Topics: apple, apple-health, apple-health-analytics, apple-health-xml, apple-healthkit, apple-watch, applehealth, applewatch, health, html, python, watch
- Language: Python
- Homepage: https://jtb21091.github.io/applehealth/
- Size: 2.87 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# applehealth

# Health Data Visualizer



## 🚀 Overview
This is a **browser-based Apple Health Data Visualizer** that allows users to:
- 📂 **Upload Apple Health XML files**
- 📊 **Convert XML → CSV**
- 📅 **Filter by Date & Health Data Type**
- 📈 **Generate Interactive Graphs (Plotly.js)**
- 💾 **Download Processed CSV**
Built with **HTML, JavaScript, Plotly.js, and PapaParse** – works **fully in the browser** (no backend needed)!
## 🌟 Features
✅ **XML to CSV Conversion (Client-Side)**
✅ **Interactive Graphs with Plotly.js**
✅ **Sort & Filter Data by Date**
✅ **CSV Download Button**
✅ **Works on GitHub Pages**
## 🎯 How to Use
1. **Upload your Apple Health XML file.**
2. **Select a health data type** (Heart Rate, Steps, etc.).
3. **Adjust the date range** to filter your data.
4. **View interactive charts** with zoom & pan.
5. **Download your processed CSV file.**
## 🚀 Live Demo
🔗 **[Try it Here](https://jtb21091.github.io/applehealth/)**
## 📸 Screenshot

## 🛠Deployment (GitHub Pages)
1. Clone this repository:
```bash
git clone https://github.com/jtb21091/applehealth.git