echonest-ruby-api icon indicating copy to clipboard operation
echonest-ruby-api copied to clipboard

A ruby wrapper around the Echonest API

Results 4 echonest-ruby-api issues
Sort by recently updated
recently updated
newest added

Looks like echonest are removing their identify API. Guess we better remove it from this wrapper at some point. @plamere any chance of reversing this decision or giving some detail...

I did not update the Readme yet as I'm not sure if this is how you would like it configured and whatnot...since this would change the method signatures of initializers...

I'm not sure if this is a bug or a "feature" of the Echonest API. Sometimes when I fetch a list of biographies for an artist I only get back...

Came across [rHAPI](https://github.com/timstephenson/rHAPI/blob/master/lib/r_hapi/configuration.rb) which has a lovely configuration block. [Turn](https://github.com/TwP/turn/blob/master/lib/turn/configuration.rb) also does this. Rather than ``` ruby a = Echonest::Artist.new('Weezer', 'YOUR-API-KEY') ``` You could do ``` ruby Echonest.config do |c|...

feature