Get word meaning from Wiktionary
npm install node-wiktionaryGet meaning of an english word from Wiktionary.
Install:
``bash`
npm install node-wiktionary
Javascript sample usage:
`javascript``
import { getMeaning } from 'node-wiktionary'
const definition = await getMeaning('language')
console.log(definition)