1.0.2 • Published 4 years ago

kbbi-scraperv2 v1.0.2

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

Kamus Besar Bahasa Indonesia V2

Installation

$ npm i kbbi-scraperv2

🔰 Usage

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

(async () => {
    const query = 'buku'

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

😃 Terima Kasih Telah Berkunjung!