0.0.8 • Published 5 years ago

oxford-dictionary-nodejs v0.0.8

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

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago