Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added jokes, quotes and riddles #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
4 changes: 4 additions & 0 deletions data/jokes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6126,4 +6126,8 @@
"body": "Who is Santa's favourite singer?\nElf-is Presley!",
"category": "Wordplay"
}
{
"body": "Why did the can crusher quit his job? \n Because it was soda pressing.",
"category": "Work"
}
]
4 changes: 4 additions & 0 deletions data/quotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5243,4 +5243,8 @@
"quote": "Let the chessboard supercede the card table, and a great improvement will be visible in the morals of the community.",
"author": "Paul Morphy"
}
{
"quote": "Don't limit yourself. Many people limit themselves to what they think they can do. You can go as far as your mind lets you. What you believe, remember, you can achieve.",
"author": "Mary Kay Ash"
}
]
4 changes: 4 additions & 0 deletions data/riddles.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,8 @@
"riddle":"Which is heavier: a ton of bricks or a ton of feathers?",
"answer":"Neither—they both weigh a ton."
}
{
"riddle":"What is always in front of you but can’t be seen?",
"answer":"The future"
}
]