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
- Host: GitHub
- URL: https://github.com/rknightuk/is-available
- Owner: rknightuk
- Created: 2014-09-17T03:12:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T08:31:20.000Z (over 10 years ago)
- Last Synced: 2025-08-09T08:52:12.762Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/is-available
- Size: 156 KB
- Stars: 43
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).

### 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/)