Create haikus.json
Browse files- haikus.json +22 -0
haikus.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"text": "rain in seattle,\ndon't forget an umbrella,\nor it will be gloom",
|
4 |
+
"image": "puddle_jumper_octodex.jpg"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"text": "my tunes on repeat,\nit's time for me to dj,\nhave you heard this one?",
|
8 |
+
"image": "vinyltocat.jpeg"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"text": "snow is still falling,\nis it time for apres yet?\nlet's do one more run",
|
12 |
+
"image": "snowtocat_final.jpg"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"text": "beep boop bop beep boop,\ni am robot octocat,\ni think there's a bug",
|
16 |
+
"image": "Robotocat.jpeg"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"text": "same plot as before,\nso why is it still awesome?\ni think it's the hat",
|
20 |
+
"image": "linktocat.jpg"
|
21 |
+
}
|
22 |
+
]
|