Allow the ability to check domain availability through namecheap.com API.
require 'lib/namecheap'
namecheap = Namecheap.new
namecheap.is_domain_availble? 'hashrocket.com' # => false
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Allow the ability to check domain availability through namecheap.com API.
require 'lib/namecheap'
namecheap = Namecheap.new
namecheap.is_domain_availble? 'hashrocket.com' # => false