Socket
Book a DemoInstallSign in
Socket

domai.nr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domai.nr

CLI for the domai.nr API (at Mashape.com)

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

domai.nr

CLI for the domai.nr API (through RapidAPI.com)

Usage

First install it globally

npm i -g domai.nr

Create ~/.domainrrc and set at least your RapidAPI key. You can also create custom tld lists.

{
  "key": "[AKEY]",
  "tlds": {
    "favourite": [
      "adult",
      "porn",
      "sex",
      "xxx"
    ]
  }
}
$ domai.nr mynewdomain.com somethingelse.net idontneedmoredomains.com
$ domai.nr -t com mynewdomain
$ domai.nr -t com,net,io mynewdomain
$ domai.nr -t com,net,io mynewdomain anotherdomain yetanotherone
$ domai.nr -T favourite mynewdomain
$ domai.nr -T favourite,cc mynewdomain

Default TLD lists

Note that since you can only query 10 domains in a single request, querying large lists gets split up into many smaller requests.

cc lists all ccTLD's.

$ domai.nr -T cc givemeadomain

generic lists all generic domains.

$ domai.nr -T generic givememanydomains

Note that these have not been updated for a while. If you find one that is missing, please open an issue or pull request.

FAQs

Package last updated on 16 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts