0.1.3 • Published 6 years ago

npm-popular-modules v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago