forked from elianderson/quotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.js
28 lines (28 loc) · 930 Bytes
/
quotes.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"quotes": [
{
"quote": "The problem with guessing games is you win a bunch of candy corn, and who the hell wants that.",
"by": "Bornstein"
},
{
"quote": "You can teach a man to fish, Or you can give him a moldy fish.",
"by": "Bornstein"
},
{
"quote": "No amount of graph paper will save you.",
"by": "Bornstein"
},
{
"quote": "Clear your cache, kill an animal... do whatever it takes.",
"by": "Bornstein"
},
{
"quote": "That code should be thrown on the floor, set on fire, and jumped up and down on!",
"by": "Bornstein"
},
{
"quote": "The thing that makes you exceptional, if you are at all, is inevitably that which must also make you lonely.",
"by": "Lorraine Hansberry"
}
]
}