search hassle free meaning of any word at your terminal convenience

Installation

For Windows:

scoop install nodejs 
npm i npm@latest -g 
npm i word-meaning -g 

For Mac OSX

brew install node
npm i npm@latest -g 
npm i word-meaning -g 

For Linux

curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
npm i npm@latest -g 
npm i word-meaning -g 

For Termux

pkg install nodejs
npm i npm@latest -g 
npm i word-meaning -g 

Usage

Terminal

word-meaning "your-word"