Project

whoaz

0.0
No commit activity in last 3 years
No release in over 3 years
A gem that provides a nice way to interact with Whois.Az
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

Whoaz Build Status

Whoaz is a ruby gem that provides a nice way to interact with Whois.Az

Installation

Command line:

gem install whoaz

Bundler:

gem 'whoaz', '~> 2.0.0'

Usage

whoaz = Whoaz.whois('google.az')
# => #<Whoaz::Whois:0x00000101149158 @organization="Google Inc.", @name="Admin", @address="94043, Mountain View, 1600 Amphitheatre Parkway", @phone="+16503300100", @fax="+16506188571", @email="dns-admin@google.com", @nameservers=["ns1.google.com", "ns2.google.com"]>

whoaz.registered?
# => true

CLI

whoaz google.az

For more information see: https://narkoz.github.io/whoaz

Copyright

Released under the BSD 2-clause license. Copyright (c) 2012 Nihad Abbasov