diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d52cdd --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# RANDOM QUOTE GENERATOR +generate a random quote and share it to twitter using twitter api diff --git a/random_quotes.json b/random_quotes.json index 4b06318..806af9f 100644 --- a/random_quotes.json +++ b/random_quotes.json @@ -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" @@ -963,4 +970,4 @@ "theURL": "https://en.wikiquote.org/wiki/Cesar_Chavez", "authorOfQuote": "Cesar Chavez" } -] \ No newline at end of file +]