| 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: |
|
| 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">
|