dom
dom copied to clipboard
Check domain name availability from the command line.
Using ubuntu, I'm seeing the following error when doing dom zachwill.com ``` Traceback (most recent call last): File "/usr/local/bin/dom", line 7, in Domain().main() File "/usr/local/lib/python2.7/dist-packages/domainr/core.py", line 127, in main status...
tld (top level domains) vary - .com .net .co .tv .io etc. etc. this flag should take the desired tld as an attribute http://en.wikipedia.org/wiki/Top-level_domain http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains
Different tld options now taken as input. Needs testing (not been able to do so,as the API key associated with the current account is invalid and a new one is...
Unfortunately, `dom` doesn't want to recognize my API key :( I have my RapidAPI key set in my environment by including `export DOMAINR_RAPIDAPI_KEY="ABC123"` in my `.zshrc` file. When I run...