/npm-statistics

NPM Download Statistics for David's Open Source Projects

Primary LanguageJavaScript

npm-statistics

NPM Stats

NPM Download Statistics for STRML Open Source Projects. Updated Daily.

Downloads

Name Downloads
async-limiter 426982775
react-draggable 110729331
react-resizable 45157077
react-grid-layout 30970276
keymirror 13573997
toobusy-js 1672350
babel-watch 1432671
forward-emitter 732116
ampersand-collection-lodash-mixin 421575
textfit 344898
xlsx-writestream 173280
react-localstorage 32227
redis-token-bucket-ratelimiter 28781
react-addons 27790
react-router-component 21194
jsxhint 19710
zcash-bitcore-lib 13122
react-portal-minimal 9226
rc-css-transition-group-modern 7892
emojione_minimal 5481
bitmex-realtime-api 4699
react-router-component-transition 686
graylog-cli-dashboard 341
babel-preset-es2015-maybe-webpack 339
json-to-flow 298
backbone.queryrouter 230
npm-2 228
storm-node 208
mongoose-filter-denormalize 195
@bitmex/redis-memoizer 173
verdaccio-ldap-group-fix 173
zcash-bitcore-build 165
geoip-country-only 164
zcash-bitcore-node 134
grunt-inline-template-compile 120
fluxxor-autobind 106
@bitmex/env12 91
react-json-tree-editable 91
slash-test-ignore-me 86
bitmex-delta-server 85
parse-stream 78
private-lodash-mixins 74
zcash-bitcore-message 74
subscription-dedupe 70
awesome-javascript 66
Sum 632364743

Wanna use npm-statistics?

  1. Fork this repository.
  2. Add your npm username/author or list of packages in package.json as npm-stats key. for author
{
  "npm-stats": "STRML"
}

or for packages

{
  "npm-stats": [
    "markdown-magic",
    "analytics"
  ]
}
  1. Run npm i and then npm start to generate the Downloads.
  2. The repo comes with a daily CRON job that updates the Downloads.
  3. For updating the badge replace DavidWells in badge endpoint to your github username/orgname. https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F`username`%2Fnpm-statistics%2Fmaster%2Fstats.json
  4. Enable GitHub Actions for your forked repo, as it is enabled by default for forks.

Ref