@flomentumsolutions/capacitor-health-extended 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
# capacitor-health
|
|
1
|
+
# capacitor-health-extended
|
|
2
2
|
|
|
3
3
|
Capacitor plugin to query data from Apple Health and Google Health Connect
|
|
4
4
|
|
|
5
5
|
## Thanks and attribution
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Forked from [capacitor-health](https://github.,com/mley/capacitor-health) and as such...
|
|
8
|
+
- Some parts, concepts and ideas are borrowed from [cordova-plugin-health](https://github.com/dariosalvi78/cordova-plugin-health/).
|
|
9
|
+
- Big thanks to [@dariosalvi78](https://github.com/dariosalvi78) for the support.
|
|
10
|
+
|
|
11
|
+
Thanks [@mley](https://github.com/mley) for the ground work. The goal of this fork is to extend functionality and datapoints and keep up with the ever-changing brand-new Android Health Connect Platform. I'm hoping to create platform parity for capacitor API-based health data access.
|
|
8
12
|
|
|
9
13
|
## Install
|
|
10
14
|
|
package/package.json
CHANGED