• Stars
    star
    130
  • Rank 277,575 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Golang client for the (unoffical reverse engineered) Garmin Connect API

garmin-connect

Golang client for the Garmin Connect API.

This is nothing but a proof of concept, and the API may change at any time.

GoDoc

Install

The connect CLI app can be installed using go install, and the package using go get.

go install github.com/abrander/garmin-connect/connect@latest
go get github.com/abrander/garmin-connect@latest