Coder Social home page Coder Social logo

domainfinder's Introduction

CLI Domain finder

Instead of sitting in front of our favourite domain name provider for hours on end trying different domain name, I created this command-line tools to help me find the right one. This project contains five small programs that are coupled together by a bash script.

The domain name samples for words like "blockbuster", "deep", "cloud"

sample for blockbuster

sample for deep and cloud

Sprinkle:

This program will add some web-friendly sprinkle words to increase the chances of finding the available domain names.

Domainify:

This program will ensure words are acceptable for a domain name by removing unacceptable characters. Once this is done, it will replace spaces with hyphens and add an appropriate top-level domain (i have just added .com, .net and .org) to the end.

Coolify:

This program will change a boring old normal word to web 2.0 by fiddling aroun with vowels.

Synonyms:

This program uses a third party API to find synonyms

Available:

This program will check to see whether the domain is available or not using an appropriate WHOIS server.

To SET UP AND RUN:

Fork the repo and clone into your local machine. Cd into the domainfinder, Set execute permission for build.sh script using the chmod command by running chmod +x build.sh (PS: Find how to give this permission if you are setting up on windows). Run the ./build.sh file. if you are on windows, rename it to build.bat. Notice if the lib folder has the build file of the sub-programs. If it was successful, Build the domainfinder program by running go build and start the program by running ./domainfinder or go run . N/B: I included the build versions. So you can skip some steps.

sample for successful build

domainfinder's People

Contributors

bontusss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.