/wordTree

WordTree visualisation built using node.js on backend and d3.js on client

Primary LanguageJavaScript

WordTree

This is an implementation of a WordTree which uses d3.js for the front end, and node.js for the backend.

The data (in the keyWords.js file) is currently a list of all the lines from Shakespeare's sonnets, but the intention is that you replace this with content which is useful to you.

I intend to rewrite this as a d3 plugin in the future.

Installation

  1. Install node.js
  2. For Windows, run the Node.js command prompt
  3. run 'node index.js' from root directory of the project
  4. navigate in your browser to localhost:8889/client/index.html

Dependencies

Node Modules

  • restify
  • dateformat
  • querystring

Other

  • jQuery