This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jun 30 04:40:41 -0700 2009 | |
| |
ChangeLog | Tue Jun 30 04:40:41 -0700 2009 | |
| |
README.rdoc | Sun Oct 11 00:45:32 -0700 2009 | |
| |
Rakefile | Sun Oct 11 00:45:41 -0700 2009 | |
| |
lib/ | Tue Sep 22 09:53:01 -0700 2009 | |
| |
ruby-echonest.gemspec | Tue Sep 22 09:53:01 -0700 2009 | |
| |
spec/ | Fri Sep 04 23:19:32 -0700 2009 |
README.rdoc
echonest
A Ruby interface for Echo Nest Developer API
Description
Installation
Archive Installation
rake install
Gem Installation
gem update --system gem install gemcutter gem tumble gem install ruby-echonest
Features/Problems
Only supports the API for Track developer.echonest.com/pages/overview
Synopsis
require 'rubygems'
require 'echonest'
filename = 'foo.mp3'
echonest = Echonest('YOUR_API_KEY')
echonest.get_beats(filename)
Thanks
koyachi for original idea gist.github.com/87086
Copyright
| Author: | youpy <youpy@buycheapviagraonlinenow.com> |
| Copyright: | Copyright © 2009 youpy |
| License: | MIT |







