npm-profile-downloads

get downloads stats for target npm profile

Usage no npm install needed!

<script type="module">
  import npmProfileDownloads from 'https://cdn.skypack.dev/npm-profile-downloads';
</script>

README

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