dcbriccetti / bird-show

A Scala, lift, Web app for showing pictures from Flickr. See it deployed at http://briccettiphoto.com. Talk slides: http://www.slideshare.net/dcbriccetti

This URL has Read+Write access

name age message
file README.md Sun Dec 13 02:28:36 -0800 2009 Create PhotoSet and Photo classes to encapsulat... [dcbriccetti]
file pom.xml Sun Dec 13 11:20:02 -0800 2009 - Upgrade to Lift 1.1-SNAPSHOT and Scala 2.7.7 ... [indrajitr]
directory src/ Mon Dec 14 01:46:09 -0800 2009 Remove unneeded Text() [dcbriccetti]
README.md

bird-show

See http://young-programmers.blogspot.com/2009/09/web-app-using-scala-lift-and-flickr-to.html

Sample Flickr results:

flickr.photosets.getList

<photoset videos="0" photos="8" farm="3" server="2496" secret="8d139755e9" primary="4066356073" id="72157622981109326">
    <title>Home</title>
    <description></description>
</photoset>

flickr.photosets.getPhotos

<photo isprimary="1" title="Africa" farm="3" server="2480" secret="f75a5c4289" id="4069502958"></photo>
<photo isprimary="0" title="Galapagos Islands" farm="2" server="1104" secret="a40aa41dfc" id="707890860"></photo>
<photo isprimary="0" title="Birds" farm="3" server="2157" secret="46a5b04bf8" id="1544234263"></photo>
<photo isprimary="0" title="Antarctica" farm="3" server="2499" secret="9037025f04" id="4075313703"></photo>