Command line dictionary tool and game.
Assuming you already have nodejs environment.
npm install
Definitions of a given word.
$ ./dict def <word>
Synonyms of a given word.
$ ./dict syn <word>
Antonyms of a given word.
$ ./dic ant <word>
Examples of a given word.
$ ./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.
$ ./dict <word> or ./dict dict <word>
Complete details of word of the day.
$ ./dict
Play a word guessing game.
$ ./dict play
$ npm link