RAA - net-hostip

net-hostip / 0.0.20060518

Short description: API for 'www.hostip.info'
Category: Library/Net
Status: prototype
Created: 2006-05-17 17:38:12 GMT
Last update: 2006-05-17 17:38:12 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/net-hostip-0.0.20060518.tar.gz
License: Ruby's
Dependency:
None
Description:
Net::HostIP - API for 'www.hostip.info'
===============================================

INSTALL
-------

    $ su
    # setup.rb

USAGE
-----

    require 'net/hostip'
    host = ARGV.shift || 'www.ruby-lang.org'
    p Net::HostIP.get(host) # => #<OpenStruct country="JAPAN (JP)",
                                              longitude="135.133",
                                              city="Matsue",
                                              latitude="34.25">

Edit this project (for project owner)

back to RAA top