-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsongs.json
70 lines (70 loc) · 2.38 KB
/
songs.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
70
{
"songs": [
{
"id": 1,
"name": "Beaver Creek",
"cover": "https://chillhop.com/wp-content/uploads/2020/09/0255e8b8c74c90d4a27c594b3452b2daafae608d-1024x1024.jpg",
"artist": "Aso, Middle School, Aviino",
"audio": "https://mp3.chillhop.com/serve.php/?mp3=10075",
"color": [
"#205950",
"#2ab3bf"
]
},
{
"id": 2,
"name": "Daylight",
"cover": "https://chillhop.com/wp-content/uploads/2020/07/ef95e219a44869318b7806e9f0f794a1f9c451e4-1024x1024.jpg",
"artist": "Aiguille",
"audio": "https://mp3.chillhop.com/serve.php/?mp3=9272",
"color": [
"#EF8EA9",
"#ab417f"
]
},
{
"id": 3,
"name": "Keep Going",
"cover": "https://chillhop.com/wp-content/uploads/2020/07/ff35dede32321a8aa0953809812941bcf8a6bd35-1024x1024.jpg",
"artist": "Swørn",
"audio": "https://mp3.chillhop.com/serve.php/?mp3=9222",
"color": [
"#CD607D",
"#c94043"
]
},
{
"id": 4,
"name": "Nightfall",
"cover": "https://chillhop.com/wp-content/uploads/2020/07/ef95e219a44869318b7806e9f0f794a1f9c451e4-1024x1024.jpg",
"artist": "Aiguille",
"audio": "https://mp3.chillhop.com/serve.php/?mp3=9148",
"color": [
"#EF8EA9",
"#ab417f"
]
},
{
"id": 5,
"name": "Reflection",
"cover": "https://chillhop.com/wp-content/uploads/2020/07/ff35dede32321a8aa0953809812941bcf8a6bd35-1024x1024.jpg",
"artist": "Swørn",
"audio": "https://mp3.chillhop.com/serve.php/?mp3=9228",
"color": [
"#CD607D",
"#c94043"
]
},
{
"id": 6,
"name": "Under the City Stars",
"cover": "https://chillhop.com/wp-content/uploads/2020/09/0255e8b8c74c90d4a27c594b3452b2daafae608d-1024x1024.jpg",
"artist": "Aso, Middle School, Aviino",
"audio": "https://mp3.chillhop.com/serve.php/?mp3=10074",
"color": [
"#205950",
"#2ab3bf"
]
}
]
}