1.0.4 • Published 9 years ago

packstat v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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