UNPKG
picasa
Version:
beta (1.0.2)
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
0.0.0
Picasa web albums client for node
github.com/esteban-uo/picasa
esteban-uo/picasa
picasa
/
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