forked from practicehealth/spotify-clone-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
59 lines (59 loc) · 1.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"SpotifyPlaylists": [
{
"title": "Today's Top Hits",
"description": "Benson Boone is on top of the Hottest 50!",
"imageUrl": "assets/sleep-1.jpeg"
},
{
"title": "Chillhop",
"description": "Blissed out beats and head nodding grooves",
"imageUrl": "assets/sleep-1.jpeg"
},
{
"title": "Jazz in the Background",
"description": "Soft Instrumental Jazz for all your activities",
"imageUrl": "assets/sleep-1.jpeg"
},
{
"title": "Calming Acoustic",
"description": "Keep calm with instrumental acoustic",
"imageUrl": "assets/sleep-1.jpeg"
},
{
"title": "big on the internet",
"description": "iykyk",
"imageUrl": "assets/sleep-1.jpeg"
}
],
"Sleep": [
{
"title": "Sleep",
"description": "Gentle Ambient piano to help you fall asleep.",
"imageUrl": "assets/sleep-1.jpeg"
},
{
"title": "DayDreamer",
"description": "Drift away with enthralling instruments",
"imageUrl": "assets/sleep-1.jpeg"
}
],
"Categories": [
{
"title": "Podcasts",
"color": "#ff0000"
},
{
"title": "Events",
"color": "#DA401F"
},
{
"title": "Hindi",
"color": "#204BEB"
},
{
"title": "Trending",
"color": "#EB2042"
}
]
}