-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.js
More file actions
71 lines (58 loc) · 1.18 KB
/
Copy pathconfig.js
File metadata and controls
71 lines (58 loc) · 1.18 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
// Config.js
// Add your stations below!
exports.stations = {
//hiphop:
nahright: {
name: 'NahRight',
host: 'http://nahright.com',
path: '/news/page'
},
//vinyl rarities/b-sides... that sorta thing.
soulsides: {
name: 'Soul Sides',
host: 'http://soul-sides.com',
path: '/page/'
},
lostturntable: {
name: 'lost turntable',
host: 'http://www.lostturntable.com',
path: '/?paged='
},
//newer hipster indy shit:
unpiano: {
name: 'Unpiano Music',
host: 'http://unpianomusic.com',
path: '/page/'
},
djnodj: {
name: 'dj nodj',
host: 'http://djnodj.com',
path: '/?paged='
},
freeindie: {
name: 'freeindie',
host: 'http://freeindie.com',
path: '/page/'
},
gorillavsbear: {
name: 'gorilla vs. bear',
host: 'http://www.gorillavsbear.net',
path: '/page/'
},
mvb: {
name: 'mvb music',
host: 'http://www.mbvmusic.com',
path: '/page/'
},
// Josh stuff
destinationout: {
name: 'destination-out',
host: 'http://destination-out.com/',
path: '/?paged='
},
alteredzones: {
name: 'altered zones',
host: 'http://alteredzones.com/',
path: '/?page='
},
};