npm-profile-downloads

2.0.0 • Public • Published

npm-profile-downloads

NPM version Build Status Coveralls Status Dependency Status

get downloads stats for target npm profile

Install

npm install --save npm-profile-downloads

Usage

import npmProfileDownloads from 'npm-profile-downloads';
 
npmProfileDownloads('last-month', 'sindresorhus').then(res => {
  console.log(res); // 307290898
});

API

npmProfileDownloads(period, username)

Return a promise that resolves to downloads stats.

period

Required
Type: String

One of last-month, last-week or last-day.

username

Required
Type: String

Valid npm username.

Related

License

MIT © Vladimir Starkov

Dependencies (4)

Dev Dependencies (10)

Package Sidebar

Install

npm i npm-profile-downloads

Weekly Downloads

5

Version

2.0.0

License

MIT

Last publish

Collaborators

  • iamstarkov