dicio-wrapper

0.0.1 • Public • Published

dicio-wrapper

www.dicio.com.br wrapper.

const dicioWrapper = require("dicio-wrapper");

dicioWrapper("universe").then(res => {
  // Returns an object with the elements word, definition, url and urls.
  console.log(res);
}).catch(err => {
  console.log(err.message);
})

Readme

Keywords

Package Sidebar

Install

npm i dicio-wrapper

Weekly Downloads

18

Version

0.0.1

License

MIT

Unpacked Size

2.95 kB

Total Files

6

Last publish

Collaborators

  • jpafly