0.1.6 • Published 9 years ago

vocab-fetcher v0.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Vocab Fetcher

Fetch Vocabulary

Install

$ npm install --save vocab-fetcher

API

.getWord(word)

var VocabFetcher = require("vocab-fetcher")
var vocabFetcher = new VocabFetcher()

vocabFetcher.getWord("ambiguous")
.then(function(wordObj){
  console.log(wordObj)
})
0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago