All Projects → nswbmw → Npm User Downloads

nswbmw / Npm User Downloads

List npm user all modules download counts.

Programming Languages

javascript
184084 projects - #8 most used programming language

npm-user-downloads

List npm user all modules download counts.

Install

npm i npm-user-downloads [-g]

Usage

npmUserDownloads(user, period)
  • user: npm user, eg: 'substack'
  • period:
    • semantic: last-day, last-week, last-month
    • specific date: 2016-01-01
    • specific range: 2016-01-01:2016-01-31

Example

npmUserDownloads('substack', 'last-month').then(function (res) {
  console.log(res);
});
nud substack last-month --limit=50

screenshot

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].