-
Notifications
You must be signed in to change notification settings - Fork 35
/
search.js
170 lines (167 loc) · 5.83 KB
/
search.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
const bandcamp = require('../lib/index')
const params = {
query: 'Coeur de pirate',
page: 1
}
bandcamp.search(params, function (error, searchResults) {
if (error) {
console.log(error)
} else {
console.log(searchResults)
}
})
/*
[ { type: 'album',
name: 'Blonde',
url: 'http://musique.coeurdepirate.com/album/blonde',
imageUrl: 'https://f4.bcbits.com/img/a1328452291_7.jpg',
tags:
[ 'Québec',
'montreal',
'Pop',
'frenchpop',
'pianopop',
'coeurdepirate',
'Canada',
'Montréal',
'amour',
'grosseboîte',
'french' ],
releaseDate: '07 November 2011',
numTracks: 12,
numMinutes: 36,
artist: 'Cœur de pirate' },
{ type: 'artist',
name: 'Cœur de pirate',
url: 'http://musique.coeurdepirate.com',
imageUrl: 'https://f4.bcbits.com/img/0004851352_23.jpg',
tags: [ 'french', 'Pop', 'pianopop', 'frenchpop' ],
genre: ' Pop',
location: 'Montréal, Québec' },
{ type: 'track',
name: 'Adieu (Lincoln Remix)',
url: 'https://lincolnplease.bandcamp.com/track/adieu-lincoln-remix',
imageUrl: 'https://f4.bcbits.com/img/a3583685498_7.jpg',
tags:
[ 'House',
'Funk',
'HipHop',
'UnitedStates',
'groove',
'dark',
'future',
'California',
'piano',
'Electronic',
'SanDiego',
'bass',
'Dance' ],
releaseDate: '02 December 2014',
album: 'by Cœur de pirate',
artist: '' },
{ type: 'track',
name: 'Danse et danse',
url: 'https://promodaretocare.bandcamp.com/track/danse-et-danse',
imageUrl: 'https://f4.bcbits.com/img/a2578420227_7.jpg',
tags: [ 'Pop', 'Montréal', 'piano', 'french', 'GrosseBoîte' ],
releaseDate: '01 December 2012',
album: 'from Compilation de Noël 2012',
artist: 'Coeur de pirate' },
{ type: 'track',
name: 'Comme des enfants',
url: 'https://mpourmontreal.bandcamp.com/track/comme-des-enfants',
imageUrl: 'https://f4.bcbits.com/img/a2364532545_7.jpg',
tags: [],
releaseDate: '06 November 2015',
album: 'from Franco M SiriusXM - Compilation 2006-2015',
artist: 'Coeur de Pirate' },
{ type: 'track',
name: 'A la gare viger (cover)',
url: 'https://lilyfay.bandcamp.com/track/a-la-gare-viger-cover',
imageUrl: 'https://f4.bcbits.com/img/a1639461967_7.jpg',
tags: [],
releaseDate: '17 January 2013',
album: 'from Live in Livingrooms (home) tour',
artist: 'Coeur de pirate' },
{ type: 'track',
name: 'Comme Des Enfants (Le Matos Andy Carmichael Remix)',
url: 'https://jealousgold.bandcamp.com/track/comme-des-enfants-le-matos-andy-carmichael-remix',
imageUrl: 'https://f4.bcbits.com/img/a0223773844_7.jpg',
tags: [ 'hardelectro', 'electrohouse', 'electro' ],
releaseDate: '30 October 2012',
album: 'from Golden Days',
artist: 'Coeur De Pirate' },
{ type: 'track',
name: 'Comme Des Enfants Cle matis Andy CarMicheal remix',
url: 'https://djslim1.bandcamp.com/track/comme-des-enfants-cle-matis-andy-carmicheal-remix',
imageUrl: 'https://f4.bcbits.com/img/a4087143740_7.jpg',
tags: [],
releaseDate: '06 June 2013',
album: 'from Miami COntrol Pt.1',
artist: 'Coeur De Pirate' },
{ type: 'album',
name: 'Carry On - Coeur De Pirate',
url: 'https://malikmq.bandcamp.com/album/carry-on-coeur-de-pirate',
imageUrl: 'https://f4.bcbits.com/img/a1543646662_7.jpg',
tags: [ 'England', 'rock', 'London', 'Pop', 'UnitedKingdom' ],
releaseDate: '29 February 2016',
numTracks: 1,
numMinutes: 4,
artist: 'ma∟ıĸ' },
{ type: 'track',
name: 'Cœur de pirate - Carry On',
url: 'https://rawiaalami.bandcamp.com/track/c-ur-de-pirate-carry-on',
imageUrl: 'https://f4.bcbits.com/img/a3368212248_7.jpg',
tags: [ 'Palestine', 'Soundtrack' ],
releaseDate: '19 September 2015',
album: 'by fansnews1',
artist: '' },
{ type: 'track',
name: 'Carry On - Coeur De Pirate',
url: 'https://malikmq.bandcamp.com/track/carry-on-coeur-de-pirate',
imageUrl: 'https://f4.bcbits.com/img/a1543646662_7.jpg',
tags: [],
releaseDate: '29 February 2016',
album: 'from Carry On - Coeur De Pirate',
artist: 'ma∟ıĸ' },
{ type: 'track',
name: 'Francis (Coeur de Pirate cover)',
url: 'https://jeneiffel.bandcamp.com/track/francis-coeur-de-pirate-cover',
imageUrl: 'https://f4.bcbits.com/img/a0532659386_7.jpg',
tags: [],
releaseDate: '26 March 2014',
album: 'from Covers',
artist: 'Jen Eiffel' },
{ type: 'track',
name: 'Dans Tes Rêves (avec Coeur De Pirate)',
url: 'https://commealatelevision.bandcamp.com/track/dans-tes-r-ves-avec-coeur-de-pirate',
imageUrl: 'https://f4.bcbits.com/img/a1983632539_7.jpg',
tags: [],
releaseDate: '15 May 2010',
album: 'from Comme à la télévision',
artist: 'Omnikrom' },
{ type: 'track',
name: 'Coeur De Pirate - Wicked Games Remix',
url: 'https://globalvortex.bandcamp.com/track/coeur-de-pirate-wicked-games-remix',
imageUrl: 'https://f4.bcbits.com/img/a0417515816_7.jpg',
tags: [],
releaseDate: '02 January 2012',
album: 'from Red Light Special lp',
artist: 'OneTwoKno' },
{ type: 'track',
name: '06. Coeur de Pirate - Adieu (Horny F Remix)',
url: 'https://hornyf.bandcamp.com/track/06-coeur-de-pirate-adieu-horny-f-remix',
imageUrl: 'https://f4.bcbits.com/img/a2202690740_7.jpg',
tags: [],
releaseDate: '10 February 2013',
album: 'from Horny F Remixes LP Vol.1',
artist: 'Horny F' },
{ type: 'track',
name: 'Peace Sign - Lights + Coeur de Pirate Cover',
url: 'https://thesteadylungs.bandcamp.com/track/peace-sign-lights-coeur-de-pirate-cover',
imageUrl: 'https://f4.bcbits.com/img/a1448091967_7.jpg',
tags: [],
releaseDate: '23 January 2013',
album: 'from Demos and Other Nice Stuff',
artist: 'The Steady Lungs' } ]
*/