Client for Yahoo! Search webservices in RubyOnRails
Here is a client for Yahoo search api using the simplest web service architecture REST (Representational State Transfer).
Working demo: http://demo.anup.info/search
The client application works as:
To begin with, get an application ID from http://developer.yahoo.com.
Controller: search_controller.rb
View: index.rhtml
Partial view: _results.rhtml
Partial View: _error.rhtml
