-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathradios.js
40 lines (39 loc) · 1.08 KB
/
radios.js
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
module.exports = {
"80s": null,
"classics": null,
"electro": {
"description": "Good Description needed...",
0 : {
"name": "ZoneRadio.de Clubsounds",
"stream_url": "https://stream01.zoneradio.de/clubsounds_mq"
}
},
"gaming": {
"description" : "Your most famous web radios for gaming",
0: {
"name": "REYFM.de #gaming",
"stream_url": "https://listen.reyfm.de/gaming_192kbps.mp3"
}
},
"iloveradio": {
"description" : "Popular German web radio",
0: {
"name": "I LOVE RADIO",
"stream_url": "http://stream01.ilovemusic.de/iloveradio1.mp3"
},
1: {
"name": "I LOVE TO DANCE",
"stream_url": "http://stream01.ilovemusic.de/iloveradio2.mp3"
},
2: {
"name": "I LOVE THE BATTLE",
"stream_url": "http://stream01.ilovemusic.de/iloveradio3.mp3"
},
3: {
"name": "I LOVE THE DJ BY DJ MAG",
"stream_url": "http://stream01.ilovemusic.de/iloveradio4.mp3"
}
},
"jazz": null
}
// PLEASE DO IT LIKE THIS (when you use categories), otherwise you may encounter some bad user experience.