npm-popular-modules

0.1.3 • Public • Published

npm-popular-modules

Build Status codecov NPM version NPM downloads code style: prettier license

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

License

MIT © ZYSzys

Readme

Keywords

Package Sidebar

Install

npm i npm-popular-modules

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

5.46 kB

Total Files

7

Last publish

Collaborators

  • zyszys