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
- Host: GitHub
- URL: https://github.com/narkoz/whoaz
- Owner: NARKOZ
- License: bsd-2-clause
- Created: 2012-01-09T16:09:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T09:16:08.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T15:53:07.096Z (6 months ago)
- Topics: azerbaijan, ruby-gem, whoaz, whois
- Language: Ruby
- Homepage: https://narkoz.github.io/whoaz
- Size: 210 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Whoaz [](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