UNPKG
@lumiastream/spotify-cove
Version:
alpha (6.0.0-alpha.1)
beta (6.0.1-beta.1)
latest (7.0.1)
7.0.1
7.0.0
6.0.1
6.0.1-beta.1
6.0.0
6.0.0-alpha.1
5.0.4-alpha.2
5.0.4-alpha.1
5.0.3
A Node.js wrapper for Spotify's Web API
github.com/lumiastream/spotify-cove
lumiastream/spotify-cove
@lumiastream/spotify-cove
/
src
/
server.js
5 lines
(4 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
var
SpotifyWebApi
=
require
(
'./spotify-web-api'
);
var
ServerMethods
=
require
(
'./server-methods'
);
SpotifyWebApi
.
_addMethods
(
ServerMethods
);
module
.
exports
=
SpotifyWebApi
;