worddefine

search word definition

Usage no npm install needed!

<script type="module">
  import worddefine from 'https://cdn.skypack.dev/worddefine';
</script>

README

[NP] Worddefine

About

Use this node package to get the definition of a word.

Install

`@user:~$ npm install worddefine

Use

var wd = require('worddefine');

wd.define("word_for_definition", function (err, word) {
    console.log(word.definitions);

});