freeCodeCamp/public/json/cats.json

30 lines
522 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",
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",
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",
2015-07-03 00:31:08 +00:00
"codeNames": [
"The Doctor",
"Loki",
"Joker"
]
}
]