Frank Researcher
Ruby Client for Google Custom Search
Installation
gem install frank_researcher
Configuration
FrankResearcher.configure do |config|
config.google_api_key = ENV['frank_google_api']
config.google_cx = ENV['frank_google_cx']
end```
## Usage
```ruby
FrankResearcher.search('Ruby on rails')
The search is executed on the websites you have specified in the Custom Search settings