An open API service indexing awesome lists of open source software.

https://github.com/observerly/alpacago

Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.
https://github.com/observerly/alpacago

amateur-astronomy ascom ascom-alpaca ascom-alpaca-api astronomy go telescope

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Alpacago

![GitHub go.mod Go version (branch & subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/observerly/alpacago/main?filename=go.mod&label=Go)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/observerly/alpacago)](https://pkg.go.dev/github.com/observerly/alpacago)
[![Go Report Card](https://goreportcard.com/badge/github.com/observerly/alpacago)](https://goreportcard.com/report/github.com/observerly/alpacago)
[![Dusk Actions Status](https://github.com/observerly/alpacago/actions/workflows/ci.yml/badge.svg)](https://github.com/observerly/alpacago/actions/workflows/ci.yml)

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:

```bash
go get -u github.com/observerly/alpacago
```