UNPKG

picasa

Version:

Picasa web albums client for node

11 lines (8 loc) 296 B
// 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