Preliminary Version - F5 to refresh.
If image fails to load, there is no indication.
If image takes a long time to load, there is no indication.
Image is stretched to fill whole-screen, which sometimes (often?) crops out useful parts of the image.
Not sure if I want this.
Only an image + SFX are displayed; no annotations as per origin, etc.
UPDATE 2014.01.23: redo search on image-load failure, click on image to view original size; hover over image to view description, issue, date; pulls 10 image URLs and picks one at random.
NOTE: I abandoned the node.js+browserify approach because the node-google-image-search module I was using actually wrote the image to the file-system then streamed it out. Which is a problem for browserify. so I went straight to the client. c’est la vie.