Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

README.textile

File metadata and controls

20 lines (14 loc) · 410 Bytes

Ruby Wrapper for Namecheap.com API

Allow the ability to check domain availability through namecheap.com API.

Usage

  
require 'lib/namecheap'

namecheap = Namecheap.new
namecheap.is_domain_availble? 'hashrocket.com' # => false
  

Contributors