Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiagodanin/npm-user-packages-downloads
- Owner: TiagoDanin
- License: mit
- Created: 2018-12-11T13:07:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T08:10:16.000Z (11 months ago)
- Last Synced: 2024-11-02T02:10:10.640Z (3 months ago)
- Topics: download-counts, npm, packages
- Language: JavaScript
- Homepage: https://tiagodanin.github.io/Npm-User-Packages-Downloads/
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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