Sha256: 4ae3c8bf6e6404f3d87cc924e6d96e758fe8353c3b2019ea354e6be7eb450100

Contents?: true

Size: 757 Bytes

Versions: 1

Compression:

Stored size: 757 Bytes

Contents

= Picasa

Simple google picasa managment.
Only for public albums so far.

= Installation

<b>deprecated!</b>
  gem sources -a http://gems.github.com
  sudo gem install morgoth-picasa

<b>actual</b>
  sudo gem install picasa --source http://gemcutter.org

In RAILS_ROOT/config/environment.rb

  config.gem "picasa"

== Usage

  Picasa.albums(:google_user => 'google_username')
  #=> [ {:id => "666", :title => "satan-album", :photos_count => 6}, {another one} ]

  Picasa.photos(:google_user => 'google_username', :album_id => 'album_id')
  #=> {:photos => [{ :title, :thumbnail_1, :thumbnail_2, :thumbnail_3, :photo },{}],
  #    :slideshow => "link to picasa slideshow"}

= Copyright

Copyright (c) 2009 Wojciech Wnętrzak, released under the MIT license.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
picasa-0.1.5 README.rdoc