Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 699 Bytes

File metadata and controls

41 lines (25 loc) · 699 Bytes

A Ruby interface for Echo Nest Developer API

rake install
gem update --system
gem install gemcutter
gem tumble
gem install ruby-echonest

Only supports the API for Track developer.echonest.com/pages/overview

require 'rubygems'
require 'echonest'

filename = 'foo.mp3'
echonest = Echonest('YOUR_API_KEY')
echonest.get_beats(filename)

koyachi for original idea gist.github.com/87086

Author

youpy <youpy@buycheapviagraonlinenow.com>

Copyright

Copyright © 2009 youpy

License

MIT