Skip to content

webmat/noavail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple command-line tool to quickly check domain availability for multiple domains and TLDs at the same time.



Usage:

$ ./noavail microsoft intel
Yields
   Avail?    .com    .net    .org
microsoft     NO      NO      NO
    intel     NO      yes     yes

$ ./noavail microsoft intel . ca cx
Yields
   Avail?    .com    .net    .org    .ca    .cx
microsoft     NO      NO      NO      NO     yes
    intel     NO      yes     yes     NO     yes



Dependencies
The tool:
- the 'whois' gem

The spec suite:
- rSpec

About

A simple command-line tool to check domain availability for many domains and TLDs at the same time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages