mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 17:11:42 +00:00
sync - build broken
This commit is contained in:
22
python-garmin-connect/README.md
Normal file
22
python-garmin-connect/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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][1]][2]
|
||||
|
||||
[1]: https://godoc.org/github.com/abrander/garmin-connect?status.svg
|
||||
[2]: https://godoc.org/github.com/abrander/garmin-connect
|
||||
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user