= Google Search
Tiny wrapper for Google Search APIs.
== Usage
require 'google_search'
GoogleSearch.web :q => "pink floyd"
=> {"responseData"=>{"results"=>[{"GsearchResultClass"=>"GwebSearch", "title"=>"Pink Floyd | The Official Site",
"url"=>"http://www.pinkfloyd.com/", "cacheUrl"=>"http://www.google.com/search?q=cache:iFN1qQtvV7gJ:www.pinkfloyd.com",
"content"=>"", "visibleUrl"=>"www.pinkfloyd.com"...yaddayadda
You can also search videos, images, books etc. by calling GoogleSearch.[SEARCH TYPE] (e.g. GoogleSearch.images :q => "apple pie")
For documention on options and response formats see http://code.google.com/intl/hr/apis/ajaxsearch/documentation/reference.html#_intro_fonje
== Copyright
Copyright (c) 2010 Sasa Brankovic. See LICENSE for details.