1.0.2 • Published 7 years ago

fetch-nice-package v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

fetch-nice-package Build Status

fetch cleaned package metadata from the npm registry.

Install

$ npm install --save fetch-nice-package

Usage

const fetchNicePackage = require('fetch-nice-package');

fetchNicePackage('nice-package')
.then(info => console.log(info))
.catch(err => console.error(err))

P.S: info will have all the convenience-methods that nice-package has.

API

fetchNicePackage(input)

input

Type: string

Node module name.

License

MIT © Hemanth.HM