0.0.8 • Published 10 years ago

dexonline-search v0.0.8

Weekly downloads
27
License
-
Repository
github
Last release
10 years ago

Node package dexonline-search

About

Use this npm package to get word definitions from dexonline.ro.

Install

@user:~$ npm install dexonline-search

Use

var dexonline = require('dexonline-search');

dexonline.define("word_for_definition", function (err, word) {
    //word = { singular : '', plural : '', definition : '', type : ''}
    console.log(word.definition);

});
0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago