oxford-dictionary-nodejs

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

Usage no npm install needed!

<script type="module">
  import oxfordDictionaryNodejs from 'https://cdn.skypack.dev/oxford-dictionary-nodejs';
</script>

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