1.0.3 • Published 7 years ago

npm.getstats v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Summary

A Node.js package that gets a npm package total downloads

Usage

npm install npm.getstats -S

Then,

var npmGetStats = require('npm.getstats');
npmGetStats.getNpmStats('jquery')
    .then(function(data) {
        console.log(data);
    })
    .catch(function(data) {
        console.log(data);
    });

Project Site

Project Site

License

Apache 2.0