Hello! Not sure if this is at all possible, but thought I'd throw my feature request in :)
I would like to see the number of times a package has been downloaded in the past day / week / month.
An example of this can be seen on the npm package pages: https://www.npmjs.com/package/express
Thanks for listening to my feature request!
There is some infrastructure for processing the logs and generating popularity stats. It will be used for ranking in the search.
Exposing this data on the package pages should then also be possible.
/cc @isoos @kevmoo
Yup, @brianegan – we're doing a lot of plumbing right now. Collecting and using popularity stats is on our radar.
I think this can be closed now. We won't publish direct download counts (e.g. because they are skewed by the CIs that download them on every new change), but the popularity score is a huge part of the overall score.
Yep, the popularity info / other data fulfills my use cases! Thanks for all the hard work :)
Most helpful comment
Yup, @brianegan – we're doing a lot of plumbing right now. Collecting and using popularity stats is on our radar.