Skip to content

Instantly share code, notes, and snippets.

@bsstoner
Created February 12, 2011 22:18
Show Gist options
  • Save bsstoner/824188 to your computer and use it in GitHub Desktop.
Save bsstoner/824188 to your computer and use it in GitHub Desktop.
def search
bing = RBing.new('1F2DDCE3F2B8077381B1CD1A5FF9B34B37F3C173')
@rsp1 = bing.image(params[:thing1], :style => 'photo')
@rsp2 = bing.image(params[:thing2], :style => 'photo')
@thing1 = params[:thing1]
@thing2 = params[:thing2]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment