MyFlickr is for when you're using flickr for only your own images,
not the rest of the worlds'.

All of the methods within the few classes that exist are built around this need for
personal images, with the plan of building a portfolio using only flickr as the backend.

The stats
* Using the REST interface because its easy to parse and transport
* Using MenTaLguY's parallel_map method to thread all the calls to flickr (for speed)
* Most everything else is home-baked, a little code style stolen from toolmantim; Its all love

Usage
require 'myflickr'
include Myflickr
Myflickr::Photo.search "hk"

Which will return an array of photo objects

Questions and comments can be directed to ben at germanforblack.com
All code is provided with no warranty and should be considered experimental until otherwise stated (Don't let your mother or girlfriend *near* it)