Sha256: 1248374b7db41593dffd41a48ecc98692d4f38d3987d17259b1f234958805e87

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

=Firstfm

Firstfm is a ruby wrapper for the Last.fm APIs ( http://www.last.fm/api ). 

My main focus is to import events from Last.FM, but with time I will try to add support for all API methods.

== Installation

  sudo gem install firstfm

  create a ~/.firstfm file with this content
  
  api_key: YOUR_API_KEY

== Usage

  Firstfm::Venue.search("arena")
  
  Firstfm::Venue.get_events(8908030)
  
  Firstfm::Geo.get_events :location => "Berlin"
  
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
firstfm-0.0.1 README.rdoc