0.1.1 • Published 12 years ago
npm-web-api v0.1.1
NPM Web API Wrapper for Node
A simple collection of useful npm.org requests.
Installation
npm install npm-web-apiUsage
Requiring npm-web-api returns an object of Functions as described below. No
new required, nothing to create, nada. In the descriptions, npmapi refers
to the returned module instance as if preceded by:
var npmapi = require('npm-web-api')npmapi.getModulesByUser(username, callback)
Calls callback with either an Error or an Array of module names maintained by
username, expressed as a String.
Contributing
This module was initially created just for getModulesByUser. To add more
methods, please fork and submit a pull request. However:
- Please don't add dependencies unless they're necessary.
requestshould meet most of your needs.