UNPKG
groove-music-js
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
Groove Music Node.JS SDK wrapper
github.com/matthewfcarlson/groovejs
matthewfcarlson/groovejs
groove-music-js
/
src
/
app.js
8 lines
(5 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
var
GrooveMusicWebApi
=
require
(
'./groove-web-api'
);
//var ServerMethods = require('./server-methods');
//SpotifyWebApi._addMethods(ServerMethods);
module
.
exports
=
GrooveMusicWebApi
;