oxford-dictionary-nodejs
v0.0.8
Published
A modern tiny nodeJS wrapper for the oxforddictionary.com V2 REST API.
Downloads
12
Maintainers
Readme
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')