kato-pack
v1.0.8
Published
A package/module that contains a collection of Indonesian quotes and Indonesian memes.
Downloads
11
Maintainers
Readme
Installation
$ npm install kato-pack
Change Log
V1.0.8 - added 1 Path meme & some quotes
Pack List
| Pack | Deskripsi | | :-----: | :---------: | | meme | Kumpulan meme indonesia | | quote | Kumpulan quote indonesia |
Example Usage
const katopack = require('kato-pack');
const query = 'meme' // const query = 'quote'
console.log(await katopack.Pack(query));