UNPKG
soundclouder
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.10
0.7.0
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
SoundCloud API for Node.js
github.com/khilnani/soundclouder.js
khilnani/soundclouder.js
soundclouder
/
test
/
config.sample.js
8 lines
(5 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
config
= exports;
config
.sc_client_id =
"CLIENT_ID"
;
config
.sc_client_secret =
"CLIENT_SECRET"
;
config
.sc_redirect_uri =
"REDIRECT_URI"
;
config
.oauth_token =
"OAUTH_TOKEN"
;