https://github.com/codedotjs/whatiz
:information_source: Display one-line manual node package descriptions available on npm.
https://github.com/codedotjs/whatiz
Last synced: 9 months ago
JSON representation
:information_source: Display one-line manual node package descriptions available on npm.
- Host: GitHub
- URL: https://github.com/codedotjs/whatiz
- Owner: CodeDotJS
- License: mit
- Created: 2016-05-12T11:17:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T16:05:22.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T04:43:09.290Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whatiz
> Display one-line manual node package descriptions available on npmjs.
[](https://travis-ci.org/CodeDotJS/whatiz)
## Install
```
$ npm install --save whatiz
```
## Usage
```js
'use strict';
const whatiz = require('whatiz');
whatiz('packstat').then(manual => {
console.log(manual);
// => Displays metrics about npm modules.
})
```
## Related
- [whatiz-cli](https://github.com/CodeDotJS/whatiz-cli) : CLI Tool for whatiz.
- [packages-by](https://github.com/CodeDotJS/packages-by) : Total packages published by a npm user.
- [packstat](https://github.com/CodeDotJS/packstat) : Displays metrics about npm modules.
- [curver](https://github.com/CodeDotJS/curver) : Easily fetch the latest version of node module available on npm.
## License
MIT © [Rishi Giri](http://rishigiri.com/)