yandict

1.0.0 • Public • Published

yandict

A Yandex Dictionary API NodeJs implementation.

const yandict = require('yandict');
 
yandict.key = "ApiKey";
 
yandict.onload = async function() {
    //let langs = yandict.loaded ? yandict.langs : [ ];
    console.info((await yandict.lookup('word')).def.text);
};

/yandict/

    Package Sidebar

    Install

    npm i yandict

    Weekly Downloads

    5

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    4.2 kB

    Total Files

    9

    Last publish

    Collaborators

    • valentin_h