Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aleksi/applehealth

Go module for accessing Apple Health exported data.
https://github.com/aleksi/applehealth

apple apple-health apple-healthkit applehealth applehealthkit go golang golang-library golang-package health healthkit

Last synced: 2 months ago
JSON representation

Go module for accessing Apple Health exported data.

Awesome Lists containing this project

README

        

# applehealth

[![PkgGoDev](https://pkg.go.dev/badge/github.com/AlekSi/applehealth)](https://pkg.go.dev/github.com/AlekSi/applehealth)
[![Go Report Card](https://goreportcard.com/badge/github.com/AlekSi/applehealth)](https://goreportcard.com/report/github.com/AlekSi/applehealth)

Go module for accessing Apple Health exported data.

You can export your health data on the iPhone by launching the Health app, tapping your photo in the top right corner, and tapping "Export All Health Data" below. If you have a lot of data, the export will take a lot of time, and the app can be unresponsive.

See [API documentation](https://pkg.go.dev/github.com/AlekSi/applehealth#example-package) for examples.