-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
69 lines (69 loc) · 1.76 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"tweets": [
{
"id": "1",
"text": "Just saw the most beautiful sunset! 🌅",
"user": "@juan",
"name": "Juan",
"timestamp": "2024-04-20T18:30:00Z",
"replays": 15,
"reposts": 10,
"likes": 150,
"views": 10,
"profileImage": "https://randomuser.me/api/portraits/men/0.jpg",
"isLiked": false
},
{
"id": "2",
"text": "Excited to announce I'm starting a new job at @TechInnovate!",
"user": "@laura",
"name": "Laura",
"timestamp": "2024-04-19T09:00:00Z",
"replays": 20,
"reposts": 10,
"likes": 230,
"views": 10,
"profileImage": "https://randomuser.me/api/portraits/women/0.jpg",
"isLiked": false
},
{
"id": "3",
"text": "Can anyone recommend a good book on machine learning?",
"user": "@maria",
"name": "Maria",
"timestamp": "2024-04-18T15:45:00Z",
"replays": 50,
"reposts": 10,
"likes": 75,
"views": 10,
"profileImage": "https://randomuser.me/api/portraits/women/1.jpg",
"isLiked": false
},
{
"id": "4",
"text": "Thank you all for the birthday wishes! Feeling loved. ❤️",
"user": "@luis",
"name": "Luis",
"timestamp": "2024-04-17T22:00:00Z",
"replays": 10,
"reposts": 10,
"likes": 200,
"views": 10,
"profileImage": "https://randomuser.me/api/portraits/men/1.jpg",
"isLiked": false
},
{
"id": "5",
"text": "hola",
"user": "@luis",
"name": "Luis",
"profileImage": "https://randomuser.me/api/portraits/men/1.jpg",
"timestamp": "2024-05-04T16:25:52.869Z",
"replays": 0,
"reposts": 0,
"likes": 0,
"views": 0,
"isLiked": false
}
]
}