Get npm packages per author with download counts by Tiago Danin.
Get npm packages per author with download counts
const npmUserPackagesDownloads = require('mpm-user-packages-downloads')
npmUserPackagesDownloads('tiagodanin', '2017-12-03:2018-12-11')
.then((data) => console.log(data))
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install npm-user-packages-downloads --save
MIT
JavaScript
1