Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 753 Bytes

File metadata and controls

70 lines (43 loc) · 753 Bytes

cli_dict

Command line dictionary tool using oxford api.

Installation

Assuming you already have nodejs environment.

npm install

Definition

Definition of a given word.

$ node dict def ${word}

Examples

Examples of a given word.

$ node dict ex ${word}

Synonyms

Synonyms of a given word.

$ node dict syn ${word}

Antonyms

Antonyms of a given word.

$ node dict ant ${word}

Details

Complete details of a given word.

$ node dict ${word}
$ node dict get ${word}

Word of day

Complete details of word of the day.

$ node dict

Word guess(Game)

Play a word guessing game.

$ node dict play