https://github.com/srn/avail
Check if a domain is available using the CLI. Also outputs whois information.
https://github.com/srn/avail
Last synced: about 1 year ago
JSON representation
Check if a domain is available using the CLI. Also outputs whois information.
- Host: GitHub
- URL: https://github.com/srn/avail
- Owner: srn
- License: mit
- Created: 2014-09-17T18:51:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T08:02:46.000Z (almost 10 years ago)
- Last Synced: 2024-04-24T00:29:30.154Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# avail [![Build Status][travis-badge]](https://travis-ci.org/srn/avail)
> Check if a domain is available using the CLI. Also outputs whois information.
Using the [Domainr](https://domainr.com/) v2 API.
## CLI
```sh
$ npm install -g avail
```
```sh
$ avail --help
Example
avail avail.io
✔ avail.io︎
✖ avail.com
```
## TODO
- Buy domain from CLI
## License
MIT © [Søren Brokær](http://srn.io)
[travis-badge]: http://img.shields.io/travis/srn/avail.svg?style=flat-square