freeCodeCamp/public/json/cats.json

33 lines
787 B
JSON
Raw Normal View History

2015-07-03 00:31:08 +00:00
[
{
"id": 0,
2015-08-05 06:31:00 +00:00
"imageLink": "https://s3.amazonaws.com/freecodecamp/funny-cat.jpg",
2016-12-18 15:01:54 +00:00
"altText": "A white cat wearing a green, helmet shaped melon on it's head. ",
2015-07-03 00:31:08 +00:00
"codeNames": [
"Juggernaut",
"Mrs. Wallace",
"Buttercup"
]
},
{
"id": 1,
2015-08-05 06:31:00 +00:00
"imageLink": "https://s3.amazonaws.com/freecodecamp/grumpy-cat.jpg",
2016-11-04 21:03:20 +00:00
"altText": "A white cat with blue eyes, looking very grumpy. ",
2015-07-03 00:31:08 +00:00
"codeNames": [
"Oscar",
"Scrooge",
"Tyrion"
]
},
{
"id": 2,
2015-08-05 06:31:00 +00:00
"imageLink": "https://s3.amazonaws.com/freecodecamp/mischievous-cat.jpg",
2016-06-22 09:10:38 +00:00
"altText": "A ginger cat with one eye closed and mouth in a grin-like expression. Looking very mischievous. ",
2015-07-03 00:31:08 +00:00
"codeNames": [
"The Doctor",
"Loki",
"Joker"
]
}
]