0.0.2 • Published 11 years ago

nodezoo v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

nodezoo

A search engine for Node.js modules - visit: (nodezoo.com)http://nodezoo.com

This is a web app, command line utility, and module.

npm install -g nodezoo

And then:

nodezoo foo

And also:

var nodezoo = require('nodezoo')()

nodezoo.query({q:'foo'},function(err, results ){
  console.dir(results)
})

You'll need network access to http://nodezoo.com for this work, of course.

more docs to come...