Skip to content

tolapuramakrishna/automate-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automate-test

1.Download the repo. 2.Run npm install. 3.Follow below steps

Command Line Dictionary Tool

command line dictionary tool using Oxford Dictionaries (https://developer.oxforddictionaries.com/documentation ) api.

This has to be programmed in NodeJS.

Descrption: The command line tool should have following functions - The output should be nicely formatted on console, and show all relevant information.

  1. Word Definitions :
    Display definitions of a word. ./dict def

  2. Word Synonyms Display synonyms of a word. ./dict syn

  3. Word Antonyms Display antonyms of a word ./dic ant

  4. Word Examples Display examples of a word ./dict ex

  5. Word Full Dict Display all above details for a word ./dict or ./dict dict

  6. Word of the Day Full Dict Display all above details of word of the day ./dict

  7. Word Game ./dict play The program should display a definition, synonym, or antonym And ask the user to enter the word

    If correct word is entered, program should tell that the word is correct

    • Other(not displayed) Synonyms of the word should be accepted as correct answer. If incorrect word is entered, program should ask for
        1. try again Lets user enter word again
        1. hint Display a hint, and let user enter word again Hint can be Display the word randomly jumbled (cat -> atc) OR Display another definition of the word OR Display another antonym of the word OR Display another synonym of the word

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published