0.0.8 • Published 4 years ago

oxford-dictionary-nodejs v0.0.8

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

oxford-dictionary-nodejs

A modern tiny nodeJS wrapper for the oxforddictionary.com V2 REST API.

Usage

npm install oxford-dictionary-nodejs
import Dictionary from 'oxford-dictionary-nodejs'

const dictionary = new Dictionary({
  appId: xxxx,
  appKey: xxxx,
})

const entries = dictionary.entries('hello')
0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago