Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 597 Bytes

File metadata and controls

32 lines (22 loc) · 597 Bytes

quotes-reader

A Java command line application that parses a JSON file with quotes to read a random quote.

Contributors

Edward Hou/Cristian Robles

Usage

./gradlew run

This will get you a random quote

./gradlw run --args author/tag/contains author name/tag/word  

This takes in two args, what way you want your quote to come in, and text that goes along with.

How it works

./gradlew run
./gradlew run --args 'help'
./gradlew run --args 'author John Doe'
./gradlew run --args 'tag Cool'
./gradlew run --args contains Epic
./gradlew test