worddefine
v0.0.7
Published
search word definition
Downloads
2
Maintainers
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);
});