-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
34 lines (34 loc) · 792 Bytes
/
db.json
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
29
30
31
32
33
34
{
"characters": [
{
"id": 1,
"name": "Mr. Cute",
"image": "https://thumbs.gfycat.com/EquatorialIckyCat-max-1mb.gif",
"votes": 0
},
{
"id": 2,
"name": "Mx. Monkey",
"image": "https://thumbs.gfycat.com/FatalInnocentAmericanshorthair-max-1mb.gif",
"votes": 0
},
{
"id": 3,
"name": "Ms. Zebra",
"image": "https://media2.giphy.com/media/20G9uNqE3K4dRjCppA/source.gif",
"votes": 0
},
{
"id": 4,
"name": "Dr. Lion",
"image": "http://bestanimations.com/Animals/Mammals/Cats/Lions/animated-lion-gif-11.gif",
"votes": 0
},
{
"id": 5,
"name": "Mme. Panda",
"image": "https://media.giphy.com/media/ALalVMOVR8Qw/giphy.gif",
"votes": 0
}
]
}