npmsearchplugin

0.0.1-a • Public • Published

Basic Usage

var { search } = require('npmsearchplugin');

search('express', function (err, modules) {
  console.log('Here are 20 modules', modules);
  // modules is an array of objects like:
  // {
  //   name: 'modulename',
  //   version: '1.0.0'
  //   author: 'some author'
  //   description: 'the description'
  // }
});


search('express', {limit: 50} function (err, modules) {
  console.log('Here are 50 modules', modules);
});

Package Sidebar

Install

npm i npmsearchplugin

Weekly Downloads

3

Version

0.0.1-a

License

ISC

Unpacked Size

3.16 kB

Total Files

4

Last publish

Collaborators

  • shoutbox.monster