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