public
Description: a quick rails app to help you choose photos from flickr
Homepage:
Clone URL: git://github.com/lastminutelabs/flickr_chooser.git
jlsync (author)
Tue Oct 14 10:48:31 -0700 2008
commit  da732774b37a1f83557f1dfdd1f549307e8dd95a
tree    0c3f5bb27cdd0bde04336fa5edcbf1cb15ce9727
parent  462d4e30d12ae0b77b88c29c8d87be6adb30c27d
README.rdoc

Welcome to flickr_chooser

We needed some flickr images. This is a quick and dirty app.

You’ll need an update-to-date flickr_fu

   gem sources -a http://gems.github.com
   sudo gem install commonthread-flickr_fu

and mime-types

   sudo gem install mime-types

create a config/flickr.yml file that has your flickr api key and looks like this:

        key: 'ce10c78532e1fd..........'
        secret: '00184......'

then

   rake db:migrate

and access the site

  ./script/server
  http://127.0.0.1:3000/