Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
/ google-domains-cli Public archive

🔍 Check domain availability using Google Domains in your terminal

License

Notifications You must be signed in to change notification settings

KevCui/google-domains-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

translate-cli

Check domain availability using Google Domains in your terminal.

Table of Contents

Dependency

Installation

$ npm i puppeteer

Configuration

  • Set environment variable CHROME with Chrome/Chromium path in shell rc file:
export CHROME=<chromium_path>

Usage

$ ./checkGoogleDomains.js <domain>

Examples

$ ./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

About

🔍 Check domain availability using Google Domains in your terminal

Resources

License

Stars

Watchers

Forks