sata-wooordhunt

0.1.7 • Public • Published

sata-wooordhunt

API Library for http://wooordhunt.ru/.

How to use

import wooordhunt from 'sata-wooordhunt';
 
// fetch only phrases
wooordhunt('cat', ['phrases'])
    .then(result => {
        console.log(result.word);
        console.log(result.phrases);
    });
 
// fetch everything
wooordhunt('cat')
    .then(result => {
        console.log(result.word);
        console.log(result.examples);
        console.log(result.phrases);
    });

Readme

Keywords

none

Package Sidebar

Install

npm i sata-wooordhunt

Weekly Downloads

4

Version

0.1.7

License

MIT

Unpacked Size

5.25 kB

Total Files

4

Last publish

Collaborators

  • sata