npm.getstats

1.0.3 • Public • Published

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

Dependencies (1)

Dev Dependencies (5)

Package Sidebar

Install

npm i npm.getstats

Weekly Downloads

5

Version

1.0.3

License

ISC

Last publish

Collaborators

  • igress