Skip to content

Something like whois dot net, but for a list of domains and only says available or not...

Notifications You must be signed in to change notification settings

Sagar535/domain-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo image requesting for bunch of domain names

Inspiration

As shown above we can get a bunch of suggestions from many sources like chatgpt in above example. But checking if they are available one by one in whois.net is not something we would enjoy.

This application is made to check them all at once.

In the mean time we can only see the availability of the domains.

Setup

git clone [email protected]:Sagar535/domain-finder.git
cd domain-finder
yarn

The application uses the api https://api-ninjas.com/api/whois, check documentation there to understand the api better. We need an X-Api-Key so create account and get yours.

Once you get it create a file .env.local in root directory and paste it as

NEXT_PUBLIC_API_NINJA_TOKEN=**************************************

Run your application:

yarn dev

Now you can paste bunch of domains, click submit and check if the domains are available or not.

About

Something like whois dot net, but for a list of domains and only says available or not...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published