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

https://github.com/mineo/gocaa

Client for coverartarchive.org
https://github.com/mineo/gocaa

cover-art go internet-archive musicbrainz

Last synced: 9 months ago
JSON representation

Client for coverartarchive.org

Awesome Lists containing this project

README

          

# gocaa

[![Build Status](https://travis-ci.org/mineo/gocaa.svg?branch=master)](https://travis-ci.org/mineo/gocaa)
[![GoDoc](https://godoc.org/gopkg.in/mineo/gocaa.v1?status.svg)](https://godoc.org/gopkg.in/mineo/gocaa.v1)

This package contains a library to access the
[Cover Art Archive](https://coverartarchive.org) from Go.

## Installation
To get the latest stable version, use

go get gopkg.in/mineo/gocaa.v1

and import it with

import "gopkg.in/mineo/gocaa.v1"

To get the latest version, use

go get github.com/mineo/gocaa

and import it with

import "github.com/mineo/gocaa"