From e20f910ba522d7cf485b391c1982a4c813fd4914 Mon Sep 17 00:00:00 2001 From: scottc Date: Wed, 24 Jul 2024 16:38:45 +0000 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f68562 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Apple Health export scripts + +## Purpose + +These scripts convert the contents of the Apple Health export zip +into a .csv file for use in Excel. + +## Usage + +- Export Apple Health data from Health app -> click on Profile + -> Export All Heath Data +- Unzip the export file +- Place the script files in the repo with the export.xml file +- Run sleep-day.sh +- Run steps-day.sh +- Run merge.sh + +The output goes to stdout. \ No newline at end of file