Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 791 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 791 Bytes

Name Tumbler

Name Tumbler acts as the key to unlocking the best domains for you. It allows you to enter as many words as you like seperated by commas and then seperate more words on a new line and combines the words as much as possible. While combining the site will also search to see if that specific combination is available for purchase or if it is already registered.

Combination method

Each term separated by a comma will be combined with each term of another line separated by a comma. For example the input.

computer, parts

buy, sale

Will search the terms

computerbuy.com, computersale.com, partsbuy.com, partssale.com,buycomputer.com, buyparts.com, salecomputer.com, saleparts.com

External Dependencies

  • JQuery
  • Underscore
  • Backbone
  • Bootstrap