Skip to content

islands-collaborative/quotes-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages