0.0.8 • Published 11 years ago

dexonline-search v0.0.8

Weekly downloads
27
License
-
Repository
github
Last release
11 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

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago