https://github.com/kuntoaji/docheck
domain name availability checker
https://github.com/kuntoaji/docheck
cli domain domainname gem gems ruby rubygem rubygems whois
Last synced: about 1 year ago
JSON representation
domain name availability checker
- Host: GitHub
- URL: https://github.com/kuntoaji/docheck
- Owner: kuntoaji
- License: mit
- Created: 2010-10-07T20:09:55.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T03:27:49.000Z (about 6 years ago)
- Last Synced: 2025-03-01T11:48:26.492Z (over 1 year ago)
- Topics: cli, domain, domainname, gem, gems, ruby, rubygem, rubygems, whois
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Docheck
Domain name availability checker. By default, It will return all available and registered domains.
== Requirements
Ruby >= 1.9.2
== Installation
$ gem install docheck
== Usage
From the command line:
docheck -n google
From the Ruby file or IRB.
require 'docheck'
docheck = Docheck::Application.new('github')
# returns two elements array. first array is available domains, last array is registered domains
docheck.fetch
# returns all available domains
docheck.available_domains
# returns all registered domains
docheck.registered_domains
# print all available and registered domains
docheck.print
== License
Copyright (c) 2010 - 2019 Kunto Aji Kristianto, Docheck is released under the MIT license.