Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 261 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 261 Bytes

Echonest

Echonest is a golang wrapper for echonest api.

Install

$ go get github.com/cemkiy/echonest

Run Example

$ go build && ./echonest

Usage

Look at example.go

Testing

$ go test