-
Notifications
You must be signed in to change notification settings - Fork 84
/
db.json
52 lines (52 loc) · 2.01 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
{
"posts": [
{
"id": 1,
"title": "Post 1",
"text": "post 1 text",
"img": "https://picsum.photos/200/200/?image=11"
},
{
"id": 2,
"title": "Post 2",
"text": "Scientists have developed catalysts that can convert carbon dioxide – the main cause of global warming – into plastics, fabrics, resins and other products. The discovery, based on the chemistry of artificial photosynthesis, is detailed in the journal Energy & Environmental Science.",
"img": "https://picsum.photos/200/200/?image=22"
},
{
"id": 3,
"title": "Post 3",
"text": "It is one of the blessings of old friends that you can afford to be stupid with them.",
"img": "https://picsum.photos/200/200/?image=33"
},
{
"id": 4,
"title": "Post 4",
"text": "Be crazy, be stupid, be silly, be weird. Be whatever, because life is too short to be anything but happy.",
"img": "https://picsum.photos/200/200/?image=44"
},
{
"id": 5,
"title": "Post 5",
"text": "Lead me not into temptation... Oh who am I kidding, follow me, I know a shortcut.",
"img": "https://picsum.photos/200/200/?image=55"
},
{
"id": 6,
"title": "Post 6",
"text": "It’s the ship that made the Kessel run in less than twelve parsecs. I’ve outrun Imperial starships. Not the local bulk cruisers, mind you. I’m talking about the big Corellian ships, now. She’s fast enough for you, old man.",
"img": "https://picsum.photos/200/200/?image=66"
},
{
"id": 7,
"title": "Post 7",
"text": "I’ll never turn to the dark side. You’ve failed, your highness. I am a Jedi, like my father before me.",
"img": "https://picsum.photos/200/200/?image=77"
},
{
"id": 8,
"title": "Post 8",
"text": "Fear is the path to the dark side. Fear leads to anger; anger leads to hate; hate leads to suffering. I sense much fear in you.",
"img": "https://picsum.photos/200/200/?image=88"
}
]
}