Project

docheck

0.0
No commit activity in last 3 years
No release in over 3 years
Domain name availability checker.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.6.0

Runtime

= 3.6.5
 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 © 2010 - 2019 Kunto Aji Kristianto, Docheck is released under the MIT license.