squaresurf / apple-health-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apple-health-parser

A simple parser that will parse out weight and fat percentage from an Apple Health App XML export.

Usage

* You must have stack installed.

Run: stack exec apple-health-parser-exe path/to/your/apple/export.xml

When finished, it will write out weight.csv and fat_percent.csv files.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 93.3%Language:Shell 6.7%