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: about 1 month ago
JSON representation
search music and artist
- Host: GitHub
- URL: https://github.com/cemkiy/echonest
- Owner: cemkiy
- License: gpl-3.0
- Created: 2016-01-23T12:29:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T15:44:50.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T03:36:31.384Z (2 months ago)
- Topics: echonest, golang
- Language: Go
- Size: 2.05 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```