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