RAA - net-yjws/0.0.20070318

net-yjws / 0.0.20070318

Short description: Yahoo! JAPAN WebService API
Category: Library/Net
Status: beta
Created: 2006-05-23 11:46:49 GMT
Last update: 2007-03-18 10:42:47 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/net-yjws-0.0.20070318.tar.gz
License: Ruby's
Dependency:
None
Description:
Net::YJWS - Yahoo! JAPAN WebService API
===============================================


INSTALL
-------

    $ su
    # setup.rb

USAGE
-----


    require 'net/yjws'
    query = ARGV.shift || 'Ruby'
    search = Net::YJWS::WebSearch.new
    search.appid = '... your application ID ...'
    search.query = query
    result = search.execute
    result.each {|r|
      puts r.title + " : " + r.url
    }

<URL:http://developer.yahoo.co.jp/>
Versions: [0.0.20070619 (2007-06-19)] [0.0.20070318 (2007-03-18)] [0.0.20060523.tar.gz (2006-05-23)]

Edit this project (for project owner)

back to RAA top