forked from matheuspelegrino/tiktok-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
42 lines (42 loc) · 1.43 KB
/
server.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
35
36
37
38
39
40
41
42
{
"feed": [
{
"id": 0,
"username": "@matheuscastroweb",
"tags": "#testvideo #reactnative #tiktok #git #development #github #clone #react",
"music": "Introducing Chromecast. The easiest way to enjoy",
"likes": 9444,
"comments": 6340,
"uri": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerJoyrides.mp4"
},
{
"id": 1,
"username": "@matheuscastroweb",
"tags": "#reactnative #testvideo #tiktok #git #development #github #clone #react",
"music": "HBO GO now works with Chromecast",
"likes": 8411,
"comments": 2240,
"uri": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4"
}
],
"feed2": [
{
"id": 0,
"username": "@matheuscastroweb",
"tags": "#testvideo #reactnative #tiktok #git #development #github #clone #react",
"music": "Introducing Chromecast. The easiest way to enjoy",
"likes": 9444,
"comments": 6340,
"uri": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4"
},
{
"id": 1,
"username": "@matheuscastroweb",
"tags": "#reactnative #testvideo #tiktok #git #development #github #clone #react",
"music": "HBO GO now works with Chromecast",
"likes": 8411,
"comments": 2240,
"uri": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/Sintel.mp4"
}
]
}