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

Package Sidebar

Install

npm i oxford-dictionary-nodejs

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

18.9 kB

Total Files

6

Last publish

Collaborators

  • cola119