-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdata.json
44 lines (44 loc) · 1.22 KB
/
data.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
[
{
"title": "Death Bed",
"artist": "Powfu",
"artwork": "https://samplesongs.netlify.app/album-arts/death-bed.jpg",
"url": "https://samplesongs.netlify.app/Death%20Bed.mp3",
"id": "1"
},
{
"title": "Bad Liar",
"artist": "Imagine Dragons",
"artwork": "https://samplesongs.netlify.app/album-arts/bad-liar.jpg",
"url": "https://samplesongs.netlify.app/Bad%20Liar.mp3",
"id": "2"
},
{
"title": "Faded",
"artist": "Alan Walker",
"artwork": "https://samplesongs.netlify.app/album-arts/faded.jpg",
"url": "https://samplesongs.netlify.app/Faded.mp3",
"id": "3"
},
{
"title": "Hate Me",
"artist": "Ellie Goulding",
"artwork": "https://samplesongs.netlify.app/album-arts/hate-me.jpg",
"url": "https://samplesongs.netlify.app/Hate%20Me.mp3",
"id": "4"
},
{
"title": "Solo",
"artist": "Clean Bandit",
"artwork": "https://samplesongs.netlify.app/album-arts/solo.jpg",
"url": "https://samplesongs.netlify.app/Solo.mp3",
"id": "5"
},
{
"title": "Without Me",
"artist": "Halsey",
"artwork": "https://samplesongs.netlify.app/album-arts/without-me.jpg",
"url": "https://samplesongs.netlify.app/Without%20Me.mp3",
"id": "6"
}
]