Cozy is a personal data platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.
This konnector retrieves GPS activities from Garmin Connect platform. Because Garmin does not provide a free an maintained version of its API, this connector might not be very reliable. Authentication, activity detail and activities lists queries were initialy discovered in this repo, thanks dawguk for the work. The connector is under development and all formats are subjects to change. Suggestions are welcome.
If you want to work on this konnector and submit code modifications, feel free to open pull-requests!
See :
- the contributing guide for more information about how to properly open pull-requests.
- the konnectors development guide
Create a konnector-dev-config.json
file at the root with your test credentials :
{
"COZY_URL": "http://cozy.tools:8080",
"fields": {"username":"[email protected]", "password":"123456"}
}
Then :
yarn
yarn standalone
For running the konnector connected to a Cozy server and more details see konnectors documentation
This connector uses cozy-konnector-libs. It brings a bunch of helpers to interact with the Cozy server and to fetch data from an online service.
The lead maintainers for this konnector is hms
You can reach the Cozy Community by:
- konnectors documentation
- Chatting with us on IRC #cozycloud on Freenode
- Posting on our Forum
- Posting issues on the Github repos
- Say Hi! on Twitter
cozy-konnector-garmin is developed by HM Suchier and distributed under the AGPL v3 license.