Skip to content

alexandruserban/worddefine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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);

});

About

Wroddefine is a NPM package that retrieves the definition of the word that you want.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors