checkpackage
v1.2.0
Published
a module to check if a module exists on npm registry or not.
Downloads
19
Maintainers
Readme
checkpackage

a module to check if a module exists on npm registry or not.
It's a command line utility build out of nodejs. I am making a http request from this application using a node module.
Installation
$ npm install --save checkpackageUsage
const checkpackage = require('checkpackage');
checkpackage('Rainbow');License
MIT © Amit Upadhyay
