RAA - net-yubin

net-yubin / 0.0.20070322

Short description: Japanese postcode API
Category: Library/Net
Status: alpha
Created: 2007-03-21 20:23:21 GMT
Last update: 2007-03-21 20:23:21 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/net-yubin-0.0.20070322.tar.gz
License: Ruby's
Dependency:
None
Description:

Net::Yubin README
=======================

yubin.senmon.net WebAPI.

Install
-------

# ruby setup.rb

Usage
-----

require 'net/yubin'
yubin = Net::Yubin::Client.new
p yubin.get_version
p yubin.get_max_fetch_count
p yubin.fetch_address_by_postcode(ARGV.shift)

License
-------

Ruby's

Edit this project (for project owner)

back to RAA top