An open API service indexing awesome lists of open source software.

https://github.com/rknightuk/is-available

CLI for checking domain availability
https://github.com/rknightuk/is-available

Last synced: 3 months ago
JSON representation

CLI for checking domain availability

Awesome Lists containing this project

README

          

## is-available

To use this, you must specify your [Mashape API key](http://docs.mashape.com/api-keys) in `index.js`. Find all instances of `{your-mashape-key}`.

CLI for checking domain availability through the [Domainr API](https://domainr.com/api).

![](isav.gif)

### Install

`npm install --global is-available`

### Usage

**Check availability**

`isav tearawaytrousers`

- tearawaytrousers.io ✔︎
- tearawaytrousers.com ✖

**Register a domain (opens in default browser)**

`isav tearawaytrousers.io -r`

Opening browser to register tearawaytrousers.io

### License

MIT [http://rmlewisuk.mit-license.org/](http://rmlewisuk.mit-license.org/)