Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiagodanin/npm-user-packages-downloads

Get npm packages per author with download counts
https://github.com/tiagodanin/npm-user-packages-downloads

download-counts npm packages

Last synced: about 1 month ago
JSON representation

Get npm packages per author with download counts

Awesome Lists containing this project

README

        

# Npm-User-Packages-Downloads
Get npm packages per author with download counts

## Usage

```javascript
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](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm install npm-user-packages-downloads --save
```

## Dependencies

- [axios](https://ghub.io/axios): Promise based HTTP client for the browser and node.js
- [npm-user-packages](https://ghub.io/npm-user-packages): Get packages by a npm user

## License

MIT