Ecosyste.ms: Awesome

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

https://github.com/cemkiy/echonest

search music and artist
https://github.com/cemkiy/echonest

echonest golang

Last synced: 6 days ago
JSON representation

search music and artist

Lists

README

        

# Echonest

Echonest is a golang wrapper for [echonest api](http://the.echonest.com/).

## Install

```sh
$ go get github.com/cemkiy/echonest
```

## Run Example

```sh
$ go build && ./echonest
```

## Usage

Look at example.go

## Testing

```sh
$ go test
```