2.0.0 • Published 8 years ago

npm-profile-downloads v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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