packstat

1.0.4 • Public • Published

packstat

Displays metrics about npm modules.

Build Status

Install

npm install --save packstat

Usage

 
const packStat = require('packstat');
 
packStat('request').then(modStat => {
    console.log(modStat);
    /*
    {
        lastDay : 535,972 downloads
        lastWeek : 3,360,202 downloads
        lastMonth : 14,974,412 downloads
    }
    */
});

Related

License

MIT © Rishi Giri

/packstat/

    Package Sidebar

    Install

    npm i packstat

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • rishi