alexfernandez / package-quality

Measurements of quality for packages, especially for npm
MIT License
312 stars 19 forks source link

Use a replica of the npm CouchDB #38

Open alexfernandez opened 9 years ago

alexfernandez commented 9 years ago

Taken from https://skimdb.npmjs.com/, as recommended by @isaacs.

styfle commented 6 years ago

What does this do?

alexfernandez commented 6 years ago

Sorry for the delay. We are reading the list of packages from a static location, which is discouraged. We were told to replicate the npm CouchDB and use that instead.