Skip to content

Instantly share code, notes, and snippets.

@miketierney
Created December 6, 2008 20:51
Show Gist options
  • Save miketierney/32958 to your computer and use it in GitHub Desktop.
Save miketierney/32958 to your computer and use it in GitHub Desktop.
lastfm_call = Nokogiri::XML(open("http://ws.audioscrobbler.com/2.0/?method=track.getsimilar&artist=#{artist}&track=#{track}&api_key=#{@api_key}"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment