kbbi-scraper

1.1.3 • Public • Published

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!

Package Sidebar

Install

npm i kbbi-scraper

Weekly Downloads

3

Version

1.1.3

License

MIT

Unpacked Size

4.66 kB

Total Files

6

Last publish

Collaborators

  • yuu_