Command line dictionary tool using oxford api.
Assuming you already have nodejs environment.
npm install
Definition of a given word.
$ node dict def ${word}
Examples of a given word.
$ node dict ex ${word}
Synonyms of a given word.
$ node dict syn ${word}
Antonyms of a given word.
$ node dict ant ${word}
Complete details of a given word.
$ node dict ${word}
$ node dict get ${word}
Complete details of word of the day.
$ node dict
Play a word guessing game.
$ node dict play