observerly / alpacago

Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpacago

GitHub go.mod Go version (branch & subdirectory of monorepo) PkgGoDev Go Report Card Dusk Actions Status

Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.


Installation

Make sure you have Go installed. Version '1.17.x', or higher is required.

Simply initialize your project by creating a folder and then running go mod init github.com/your/repo inside the repository.

Then install alpacago with the go get command:

go get -u github.com/observerly/alpacago

About

Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.

License:MIT License


Languages

Language:Go 100.0%