Skip to content

Instantly share code, notes, and snippets.

@igul222
Created December 10, 2012 09:24
Show Gist options
  • Select an option

  • Save igul222/4249569 to your computer and use it in GitHub Desktop.

Select an option

Save igul222/4249569 to your computer and use it in GitHub Desktop.
bloo.tk
# totally untested bloo.tk in 5 lines, one of which is a comment ;)
require 'json', 'sinatra'
get '/*' do
redirect JSON.parse(`curl http://api.duckduckgo.com/?q=#{params[:splat].join(' ')}&format=json`)['Results']['FirstURL']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment