A cli application based on Node.js. Gives various information about a word like definitions, synonyms, antonyms, examples.
- 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 👍
- 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