Skip to content

realvincentuche/bulk-domain-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bulk Domain Search

Search bulk domains with your favorite domain extensions.

Demo: https://realvincentuche.github.io/bulk-domain-search/

Implementation

This is built with alpinejs and boostrap 4 calling a server that checks each domain availability.

Steps Involved

  • Get list of domains (without their extensions) each on a separate line.
  • Select each of the available extensions to search against.
  • Call the server api on each of the domain combination pairs
  • Collate all results before displaying on the web page

Future Steps

  • Get more domain info not just their availabilities.
  • Option to filter only available domains, etc.