An open API service indexing awesome lists of open source software.

https://github.com/compwright/node-pagerank

Simplified Google PageRank implementation with Node.js
https://github.com/compwright/node-pagerank

Last synced: 4 months ago
JSON representation

Simplified Google PageRank implementation with Node.js

Awesome Lists containing this project

README

          

# 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