/dict-cli

A node js cli app for dictionary

Primary LanguageJavaScript

DICT CLI

A cli application based on Node.js. Gives various information about a word like definitions, synonyms, antonyms, examples.


Installation

  • Clone the repository git clone https://github.com/dagasatvik10/dict-cli.git
  • Install node modules npm install
  • Create a symlink to run it in terminal npm link
  • Enjoy 👍

Commands

  • Get definitions dict def {word}
  • Get synonyms dict syn {word}
  • Get antonyms dict ant {word}
  • Get examples dict ex {word}
  • Get all above information dict dict {word}
  • Display Word of the Day dict
  • Play Game dict play