Skip to content

phildenhoff/domainator-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

domainator-nim

It's Domainator, but written in Nim.

Purpose

Domainator is a "domain hacking" tool; it receives an input query and returns back a list of valid URLs which, when put together, form the query again in natural language.

For example, if you want to start selling Apples as "Cool Apples" then you might search "coolapples" and get back this list of potential URLs.

  1. cool.app/les
  2. cool.apple/s
  3. coolappl.es
  4. coo.la/pples
  5. coolap.pl/es

Are all of those domains already sold? Almost certainly! But -- maybe with this you can finally snag the URL that isn't!

Building

Prerequisites: Nim

Once Nim is installed, you can run the following command and you should be able to build from source. However, this has only been tested on MacOS X 10.14.5, so your mileage may vary.

nim c domainator.nim

You'll likely see a Warning about TOP_LEVEL_DOMAINS. I'm aware of it. If you can think of a fix for it - let me know!

About

It's a domain hacking tool, but written in Nim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages