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

https://github.com/kevcui/google-domains-cli

:mag: Check domain availability using Google Domains in your terminal
https://github.com/kevcui/google-domains-cli

Last synced: 2 months ago
JSON representation

:mag: Check domain availability using Google Domains in your terminal

Awesome Lists containing this project

README

          

# translate-cli

> Check domain availability using Google Domains in your terminal.

## Table of Contents

- [Dependency](#dependency)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Examples](#examples)

## Dependency

- Chrome/Chromium
- [puppeteer](https://github.com/puppeteer/puppeteer/)

## Installation

```bash
$ npm i puppeteer
```

## Configuration

- Set environment variable `CHROME` with Chrome/Chromium path in shell rc file:

```bash
export CHROME=
```

## Usage

```
$ ./checkGoogleDomains.js
```

### Examples

```bash
$ ./checkGoogleDomains.js 'google.domains'
Registered

$ ./checkGoogleDomains.js 'google.damn'
This ending .DAMN doesn't exist

$ ./checkGoogleDomains.js 'zzz'
Unknown

$ ./checkGoogleDomains.js 'zzz1zzz.xyz'
Available
```

---

Buy Me A Coffee