Skip to content

cstrouse/namecheap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Ruby Wrapper for Namecheap.com API

Allow the ability to use the namecheap.com API.

Currently supports the ability to:

  • check domain availability
  • check a domain’s registrar lock status

Usage

  
require 'lib/namecheap'

namecheap = Namecheap.new
namecheap.is_domain_available? 'hashrocket.com' # => false
namecheap.is_domain_locked? 'domainassociatedwithyouraccount.com' # => true
  

Contributors

About

ruby namecheap API wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%