-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
84 lines (84 loc) · 2.01 KB
/
data.json
File metadata and controls
84 lines (84 loc) · 2.01 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"albums": [
{
"albumArt": "https://image.ibb.co/ntw9ye/cover.jpg",
"name": "While You Were Sleeping",
"artist": "Art Department",
"year": 2015,
"genre": "HipHop",
"country": "Zimbabwe",
"rating": 5,
"plays": 69
},
{
"albumArt": "https://image.ibb.co/nmRh3e/kingsvilla.jpg",
"name": "Kingsvilla",
"artist": "ASAPH",
"year": 2015,
"genre": "HipHop",
"country": "Zimbabwe",
"rating": 5,
"plays": 54
},
{
"albumArt": "https://image.ibb.co/mkxNKK/tfaf.png",
"name": "The Feeling Aint Fair",
"artist": "Few Kings",
"year": 2013,
"genre": "HipHop",
"country": "Zimbabwe",
"rating": 4.2,
"plays": 30
},
{
"albumArt": "https://image.ibb.co/jSxpzK/gwandarulez.jpg",
"name": "No Gwanda Rulez",
"artist": "Tulkmunny & Take Fizzo",
"year": 2017,
"genre": "HipHop",
"country": "Zimbabwe",
"rating": 4.8,
"plays": 112
},
{
"albumArt": "https://image.ibb.co/kg4V6z/titans.jpg",
"name": "Titans",
"artist": "Dutch & Simba Tagz",
"year": 2014,
"genre": "HipHop",
"country": "Zimbabwe",
"rating": 3.5,
"plays": 29
},
{
"albumArt": "https://image.ibb.co/msknmz/livelovedance.jpg",
"name": "Live Love Dance",
"artist": "Dutch",
"year": 2013,
"genre": "HipHop/Dance",
"country": "Zimbabwe",
"rating": 3.4,
"plays": 56
},
{
"albumArt": "https://image.ibb.co/cYLWwz/tellyourfriends.png",
"name": "Tell Your Friends Part III",
"artist": "Charlie Zimbo",
"year": 2016,
"genre": "HipHop",
"country": "Zimbabwe",
"rating": 4.4,
"plays": 51
},
{
"albumArt": "https://image.ibb.co/ntw9ye/cover.jpg",
"name": "Kingsvilla2",
"artist": "ASAPH",
"year": 2016,
"genre": "HipHop",
"country": "Zimbabwe",
"rating": 5,
"plays": 120
}
]
}