UNPKG
picasa-advanced
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Picasa web albums client for node
github.com/jrodan/picasa-advanced
jrodan/picasa-advanced
picasa-advanced
/
examples
/
config.example.js
11 lines
(8 loc)
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Get config here API Manager > Credentials
// https://console.developers.google.com/home/dashboard
const
config
=
{
"clientId"
:
"fromGoogle.apps.googleusercontent.com"
,
"clientSecret"
:
"fromGoogleclientSecret"
,
"redirectURI"
:
"http://your-app-url.com"
}
module
.
exports
= config