1.1.3 • Published 3 years ago

kbbi-scraper v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Kamus Besar Bahasa Indonesia

Installation

NPM INSTALL NODE JS

$ npm i kbbi-scraper

🔰 Usage

const kbbi = require('kbbi-scraper');

(async () => {
    let query = 'pohon';

    kbbi(query).then(res => {
        console.log(res);
    }).catch(console.error());
})()

😃 Thank You For Visiting!