Code for blog post on Exploring Apple Health data with F#
- Use my export.xml file or export your own:
- Launch the Health app
- Navigate to the Health Data tab
- Click on the User icon in the top right corner
- Click export to email the zip file
- Replace my export.xml file with file from zip
- Restore dependencies
dotnet restore
- Run line-by-line in F# Interactive
- FsLab - Data science tools
- XPlot.GoogleCharts - XPlot Google Charts Support
- Deedle - Exploratory data library for .NET
See the LICENSE file for license rights and limitations (MIT).