Grabs images from ffffound.com and displays them using Masonry.
A simple Ember.js experiment.
Any suggestions for improvement, please fork & edit!
- Ember.js JavaScript application framework
- YQL Used to fetch the ffffound.com rss feed as JSONP
- HTML5 Boilerplate
- jQuery
- Masonry (jQuery plugin) Pinterest-like column display via a jQuery plugin
To try Ember.js and to display some interesting images on our music jukebox monitor in the office!
Images update every 3 minutes: http://ffffridge.heroku.com/
- Find more image sources and use Yahoo Pipes to merge them into a single RSS feed
- Limit the number of images displayed to prevent excessive memory usage when it's been left running for ages
- Convert to CoffeeScript