Scrobbler is a wrapper for the audioscrobbler (last.fm) web services. Installation $ sudo gem install scrobbler Usage Below is just a sampling of how easy this lib is to use. Users user = Scrobbler::User.new('jnunemaker') puts "#{user.username}'s Recent Tracks" puts "=" * (user.username.length + 16) user.recent_tracks.each { |t| puts t.name } puts puts puts "#{user.username}'s Top Tracks" puts "="
{{#tags}}- {{label}}
{{/tags}}