An open API service indexing awesome lists of open source software.

https://github.com/narkoz/whoaz

A ruby gem that provides a nice way to interact with Whois.Az
https://github.com/narkoz/whoaz

azerbaijan ruby-gem whoaz whois

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Whoaz [![Build Status](https://travis-ci.org/NARKOZ/whoaz.svg)](http://travis-ci.org/NARKOZ/whoaz)

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

## Installation

Command line:

```sh
gem install whoaz
```

Bundler:

```ruby
gem 'whoaz', '~> 2.0.0'
```

## Usage

```ruby
whoaz = Whoaz.whois('google.az')
# => #

whoaz.registered?
# => true
```

#### CLI

```sh
whoaz google.az
```

For more information see: [https://narkoz.github.io/whoaz](https://narkoz.github.io/whoaz)

## Copyright

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