UNPKG
500px
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
A wrapper for the 500px.com API
ro-ka.github.com/node-500px/
ro-ka/node-500px
500px
/
test
/
config.js
10 lines
(9 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Enter your consumer_key below and copy file to config.js
module
.
exports
= {
'secrets'
: {
'consumer_key'
:
'danNJiA4spBctj8kzmd6oxc5qmV19MXgpOkvLqEL'
,
'user_id'
:
'38748'
,
'user_name'
:
'roka'
,
'user_email'
:
'robert@katzki.de'
} };