/node-pagerank

Simplified Google PageRank implementation with Node.js

Primary LanguageJavaScript

PageRank Javascript Implementation

Simplified Google PageRank computation using Node.js

To run:

$ node index.js http://asdf.com

To install project dependencies, run npm install in the project root directory.

Requires:

  • Node.js
  • NPM