Displays metrics about npm modules.
npm install --save packstat
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
}
*/
});
-
packstat-cli CLI Tool for this module.
-
twifo Get user information of a twitter user.
-
packages-by Total packages uploaded by an npm user.
MIT © Rishi Giri