Skip to content

joegesualdo/vocab-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)
})

About

🐕 Fetch Vocabulary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published