Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 496 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 496 Bytes

nodezoo

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

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

npm install -g nodezoo

(sorry, dependencies still need to be pruned)

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...