Skip to content

Commit 11a3576

Browse files
authored
Merge branch 'master' into krissingl
2 parents 0e06d65 + fceeb65 commit 11a3576

File tree

4 files changed

+205
-12
lines changed

4 files changed

+205
-12
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm i everyday-fun
2020

2121
## Usage
2222

23-
```json
23+
```javascript
2424
const all = require("everyday-fun");
2525

2626
console.log(all.getRandomQuote());
@@ -72,7 +72,7 @@ System requirements:
7272

7373

7474

75-
> *Note 1:* If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at this [wonderful video tutorial](https://youtu.be/ZI2D0CI4TXs). And if you want a more complete tutorial on using github, creating branches etc. , [here's a detailed video series](https://www.youtube.com/watch?v=3RjQznt-8kE&list=PL4cUxeGkcC9goXbgTDQ0n_4TBzOO0ocPR).Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!
75+
> *Note 1:* If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at this [wonderful video tutorial](https://youtu.be/ZI2D0CI4TXs). And if you want a more complete tutorial on using github, creating branches etc. , [here's a detailed video series](https://www.youtube.com/watch?v=3RjQznt-8kE&list=PL4cUxeGkcC9goXbgTDQ0n_4TBzOO0ocPR). Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!
7676
7777

7878

data/jokes.json

+15
Original file line numberDiff line numberDiff line change
@@ -6115,5 +6115,20 @@
61156115
{
61166116
"body": "Why did the frog take the bus to work today? \n His car got toad away.",
61176117
"category": "Animal"
6118+
},
6119+
6120+
{
6121+
"body": "Where do you keep a Christmas tree?\n Between a Christmas two and a Christmas four!",
6122+
"category": "Wordplay"
6123+
},
6124+
6125+
{
6126+
"body": "Who is Santa's favourite singer?\nElf-is Presley!",
6127+
"category": "Wordplay"
61186128
}
6129+
{
6130+
"body": "A wife asks her husband, \"Honey, if I died, would you remarry?\"\"After a considerable period of grieving, I guess I would.. We all need companionship.\"\"If I died and you remarried,\" the wife asks, \"would she live in this house?\"\"We've spent a lot of money getting this house just the way we want it. I'm not going to get rid of my house. I guess she would.\"\"If I died and you remarried, and she lived in this house,\" the wife asks, \"would she sleep in our bed?\"\"Well, the bed is brand new, and it cost us $2,000. It's going to last a long time, so I guess she would.\"\"If I died and you remarried, and she lived in this house and slept in our bed, would she use my golf clubs?\"\"Oh, no,\" the husband replies. \"She's left-handed.\"",
6131+
"category": "Men"
6132+
}
6133+
61196134
]

data/quotes.json

+116-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,63 @@
11
[
2+
{
3+
"quote":"Arise, Awake!! and stop mot until the goal is reached.",
4+
"author":"Swami Vivekanand"
5+
},
6+
{
7+
"quote":"Your most unhappy customers are your greatest source of learning.",
8+
"author": "Bill Gates"
9+
},
10+
{
11+
"quote":"Make everything a little less ordinary.",
12+
"author":"Unknown"
13+
},
14+
{
15+
"quote":"If you want to fly, give up everything that weighs you down",
16+
"author":"Gurubogsa"
17+
},
18+
{
19+
"quote": "You are crying thinking of the hard time you are going through , but you cried even when you came into existence.",
20+
"author": "Dr. Hehehe"
21+
},
22+
{
23+
"quote": "People are capable, at any time in their lives, of doing what they dream of",
24+
"author": "Paulo Coelho"
25+
},
26+
{
27+
"quote": "If it’s difficult, I’ll do it now. If it’s impossible, I’ll do it presently.",
28+
"author": "Sir Donald Bradman"
29+
},
30+
{
31+
"quote": "A brand for a company is like a reputation for a person. You earn reputation by trying to do hard things well.",
32+
"author": "Jeff Bezos"
33+
},
34+
{
35+
"quote": "The future belongs to those who believe in the beauty of their dreams",
36+
"author": "Eleanor Roosevelt"
37+
},
238
{
339
"quote" : "You are crying thinking of the hard time you are going through , but you cried even when you came into existence.",
440
"author" : "Dr. Hehehe"
541
},
642
{
7-
"quote":"Be the change you want to see in the world",
8-
"author":"MK Gandhi"
43+
"quote": "Be the change you want to see in the world",
44+
"author": "MK Gandhi"
945
},
1046
{
11-
"quote":"A smooth sea never made a skilled sailor",
12-
"author":"Franklin D. Roosevelt"
47+
"quote": "A smooth sea never made a skilled sailor",
48+
"author": "Franklin D. Roosevelt"
1349
},
1450
{
15-
"quote":"Don't be afraid. Be focused. Be determined. Be hopeful. Be empowered.",
16-
"author":"Michelle Obama"
51+
"quote": "Don't be afraid. Be focused. Be determined. Be hopeful. Be empowered.",
52+
"author": "Michelle Obama"
1753
},
1854
{
19-
"quote":"The purpose of our lives is to be happy.",
20-
"author":"Dalai Lama"
55+
"quote": "The purpose of our lives is to be happy.",
56+
"author": "Dalai Lama"
2157
},
2258
{
23-
"quote":"Never let the fear of striking out keep you from playing the game.",
24-
"author":"Babe Ruth"
59+
"quote": "Never let the fear of striking out keep you from playing the game.",
60+
"author": "Babe Ruth"
2561
},
2662
{
2763
"quote": "If you want to shine like sun, you have to burn like sun",
@@ -35,6 +71,10 @@
3571
"quote": "You will face many defeats in life, but never let yourself be defeated.",
3672
"author": "Maya Angelou"
3773
},
74+
{
75+
"quote": "Your time is limited, so don’t waste it living someone else’s life.",
76+
"author": "Steve Jobs"
77+
},
3878
{
3979
"quote": "Be yourself; everyone else is already taken.",
4080
"author": "Oscar Wilde"
@@ -335,6 +375,10 @@
335375
"quote": "I'm not upset that you lied to me, I'm upset that from now on I can't believe you.",
336376
"author": "Friedrich Nietzsche"
337377
},
378+
{
379+
"quote": "Good friends, good books, and a sleepy conscience: this is the ideal life.",
380+
"author": "Mark Twain"
381+
},
338382
{
339383
"quote": "If you can't explain it to a six year old, you don't understand it yourself.",
340384
"author": "Albert Einstein"
@@ -5178,5 +5222,67 @@
51785222
{
51795223
"quote": "Pain shared, my brother, is pain not doubled but halved. No man is an island",
51805224
"author": "Neil Gaiman, Anansi Boys"
5225+
"quote": "Your work is going to fill a large part of your life,and the only way to be truly satisfied is to do what you believe is great work.And the only way to do great work is to love what you do. ",
5226+
"author": "Steve Jobs"
5227+
},
5228+
{
5229+
"quote": "It is important to distinguish between the amount of information and the quality of that information.",
5230+
"author": "Carl Sagan"
5231+
},
5232+
{
5233+
"quote": "Science is not only compatible with spirituality; it is a profound source of spirituality.",
5234+
"author": "Carl Sagan"
5235+
},
5236+
{
5237+
"quote": "The cosmos is within us. We are made of star-stuff. We are a way for the universe to know itself.",
5238+
"author": "Carl Sagan"
5239+
},
5240+
{
5241+
"quote": "Be thankful for what you have; you'll end up having more. If you concentrate on what you don't have, you will never, ever have enough.",
5242+
"author": "Oprah Winfrey"
5243+
},
5244+
{
5245+
"quote": "If you only walk on sunny days, you'll never reach your destination.",
5246+
"author": "Paul Coelho"
5247+
},
5248+
{
5249+
"quote": "You never know true without false",
5250+
"author": "Anonymous"
5251+
},
5252+
{
5253+
"quote": "Life is 10% what happens to you and 90% how you react to it.",
5254+
"author": "Charles R. Swindoll"
5255+
},
5256+
{
5257+
"quote": "If you can dream it, you can do it",
5258+
"author": "Walt disney"
5259+
},
5260+
{
5261+
"quote": "Ever tried. Ever failed. No matter. Try again. Fail again. Fail better.",
5262+
"author": "Samuel Beckett"
5263+
},
5264+
{
5265+
"quote": "Quality is not an act, it is a habit.",
5266+
"author": "Aristotle"
5267+
},
5268+
{
5269+
"quote": "Let the chessboard supercede the card table, and a great improvement will be visible in the morals of the community.",
5270+
"author": "Paul Morphy"
5271+
},
5272+
{
5273+
"quote": "I could either watch it happen or be a part of it.",
5274+
"author": "Elon Musk"
5275+
},
5276+
{
5277+
"quote": "I don't care that they stole my idea... I care that they don't have any of their own.",
5278+
"author": "Nikola Tesla"
5279+
},
5280+
{
5281+
"quote": "If your hate could be turned into electricity, it would light up the whole world.",
5282+
"author": "Nikola Tesla"
51815283
}
5284+
{
5285+
"quote": "Have the courage to follow your heart and intuition. They somehow already know what you truly want to become.",
5286+
"author": "Steve Jobs"
5287+
},
51825288
]

data/riddles.json

+72
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,68 @@
11
[
2+
{
3+
"riddle": "What begins with T, ends with T, and has T in it?",
4+
"answer": "Teapot"
5+
},
6+
{
7+
"riddle": "Nobody has ever walked this way. What way is that?",
8+
"answer": "The Milky Way"
9+
},
10+
{
11+
"riddle": "What is orange and sounds like a parrot?",
12+
"answer": "Carrot"
13+
},
14+
{
15+
"riddle": "What kind of room has no doors or windows?",
16+
"answer": "Mushroom"
17+
},
18+
{
19+
"riddle": "What starts with an E, ends with an E and only has one letter in it?",
20+
"answer": "Envelope"
21+
},
22+
{
23+
"riddle": "What has no beginning and no end”. ",
24+
"answer": "Death"
25+
},
26+
{
27+
"riddle": "What has one eye but cannot see”. ",
28+
"answer": "Needle"
29+
},
30+
{
31+
"riddle":"What man cannot live inside a house?",
32+
"answer":"Snowman"
33+
},
34+
{
35+
"riddle":"The part of the computer that you can kick",
36+
"answer":"Hardware"
37+
},
38+
{
39+
"riddle":"Who makes it, has no need of it. Who buyes it, has no use for it Who uses it can neither.",
40+
"answer":"A coffin"
41+
},
42+
{
43+
"riddle":"I don't have eyes, but once I did see. Once I had thoughts, but now I'm white and empty.",
44+
"answer":"Skull."
45+
},
46+
{
47+
"riddle":"Imagine you are in a sinking rowboat surrounded by sharks. How would you survive?",
48+
"answer":"Quit imagining"
49+
},
50+
{
51+
"riddle":"I always come down and never ever go up? Think, think and think! We all just love it.",
52+
"answer":"Rain"
53+
},
54+
{
55+
"riddle": "I am always hungry and will die if not fed, but whatever I touch will soon turn red. What am I?",
56+
"answer": "fire"
57+
},
58+
{
59+
"riddle": " I have lakes with no water, mountains with no stone and cities with no buildings. What am I?",
60+
"answer": "a map"
61+
},
62+
{
63+
"riddle": "I have branches, but no fruit, trunk or leaves. What am I?",
64+
"answer": "A Bank"
65+
},
266
{
367
"riddle":" If you drop me I’m sure to crack, but give me a smile and I’ll always smile back. What am I?",
468
"answer":"Mirror"
@@ -274,5 +338,13 @@
274338
{
275339
"riddle":"Which is heavier: a ton of bricks or a ton of feathers?",
276340
"answer":"Neither—they both weigh a ton."
341+
},
342+
{
343+
"riddle":"I'm tall when I'm young, and I'm short when I'm old. What am I?",
344+
"answer":"A candle"
345+
},
346+
{
347+
"riddle":"What is full of holes but still holds water?",
348+
"answer":"A sponge"
277349
}
278350
]

0 commit comments

Comments
 (0)