Skip to content

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

License

Notifications You must be signed in to change notification settings

observerly/alpacago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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