0.1.6 • Published 10 years ago

vocab-fetcher v0.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

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