Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# RANDOM QUOTE GENERATOR
generate a random quote and share it to twitter using twitter api
11 changes: 9 additions & 2 deletions random_quotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[{
[
{
"theQuote": "Life is what happens when you're busy making other plans." ,
"theURL": "https://en.wikiquote.org/wiki/John Lennon",
"authorOfQuote": "John Lennon"
},

{
"theQuote": "Truth gains more even by the errors of one who, with due study and preparation, thinks for himself, than by the true opinions of those who only hold them because they do not suffer themselves to think",
"theURL": "https://en.wikiquote.org/wiki/John_Stuart_Mill",
"authorOfQuote": "John Stuart Mill"
Expand Down Expand Up @@ -963,4 +970,4 @@
"theURL": "https://en.wikiquote.org/wiki/Cesar_Chavez",
"authorOfQuote": "Cesar Chavez"
}
]
]