GithubHelp home page GithubHelp logo

startup-names's Introduction

Rachel and Bing had a great idea to combine startup names by chaining prefix and suffix compounds. Hargobind and I developed an urge to write some code.

Setup

Install Node.js & NPM, then:

npm install

Data Files

  • names.json : JSON array of company names to use
  • words.json : JSON array of acceptable prefix/suffixes
  • nodes.json : JSON array of "node" object (name, prefixes, suffixes)
  • graph.json : JSON object of company names to an array of following company names
  • units.json : JSON array of "unit" objects (id, chainPrefix)
  • chains/[UNIT-ID].json : JSON object of results from work unit
  • best.json : Processed result of best chains

Commands

  • node names/crunchbase.js : Scrapes names from crunchbase into names.json
  • node words/dict.js : Loads words from /usr/share/dict/words into words.json
  • node nodes/words.js : Creates nodes by finding prefix/suffixes that are in words.json
  • node nodes/hyphens.js : Creates nodes by using a hyphenation engine
  • node graph/build.js : Builds nodes into a graph
  • node units/chunk.js : Builds a list of work units from graph
  • node chains/cache.js : Processes work units using a relatively simple result caching optimization
  • node best.js : Combine results to find the best chain

startup-names's People

Contributors

khalsah avatar nicovalencia avatar

Stargazers

 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.