npm-user-packages-downloads
v1.0.0
Published
Get npm packages per author with download counts
Downloads
9
Maintainers
Readme
Npm-User-Packages-Downloads
Get npm packages per author with download counts
Usage
const npmUserPackagesDownloads = require('mpm-user-packages-downloads')
npmUserPackagesDownloads('tiagodanin', '2017-12-03:2018-12-11')
.then((data) => console.log(data))
Installation
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
Dependencies
- axios: Promise based HTTP client for the browser and node.js
- npm-user-packages: Get packages by a npm user
License
MIT