UNPKG
apa-api
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
Amazon Product Advertising API client
github.com/sekko27/node-apa-api
sekko27/node-apa-api
apa-api
/
configs
/
test-credentials-original.js
10 lines
(9 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Copy this to ./test-credentials.js * Tests required this. */
module
.exports = { accessKey:
"Your AWS access key"
, secretKey:
"Your AWS secret key"
, associateTag:
"Associate tag"
}