oxford-dictionary-nodejs
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.83latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.83
0.0.71
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i oxford-dictionary-nodejs

Weekly Downloads

4

Version

0.0.8

License

MIT

Unpacked Size

18.9 kB

Total Files

6

Last publish

Collaborators

  • cola119