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

/npm.getstats/

    Package Sidebar

    Install

    npm i npm.getstats

    Weekly Downloads

    5

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • igress