npm-popular-modules
v0.1.3
Published
Get popular libraries in npmjs.com
Downloads
5
Readme
npm-popular-modules
Get popular libraries from npmjs.com
Install
$ npm install npm-popular-modules
Usage
const npmPopular = require('npm-popular-modules')
(async () => {
const list = await npmPopular()
console.log(list)
})()
//[ { name: 'browserify',
// url: 'npmjs.com/package/browserify',
// homepage: 'https://github.com/browserify/browserify#readme',
// github: 'https://github.com/browserify/browserify' },
//. ... ]
Related
- npm-popular A website for getting popular node modules.
- npm-popular-modules-cli CLI for the module.
License
MIT © ZYSzys