Esteban Uscanga acae7506d9 Cleaning paths
2016-01-10 17:53:24 +01:00
2016-01-10 17:53:24 +01:00
2016-01-09 18:59:49 +01:00
2015-12-12 19:05:53 +01:00
2015-11-29 22:44:05 +01:00

CI

Build Status

A simple Picasa Web Albums client (2.0) for nodejs. Includes OAuth helpers.

Install

$ npm install --save ...

Usage

const Picasa = require('picasa')

// Configure them here https://console.developers.google.com/home/dashboard
const config = {
  clientId     : 'yourClientId',
  redirectURI  : 'redirectURI',
  clientSecret : 'yourClientSecret'
}

const picasa = new Picasa()

API

Auth

auth_url

access_token

getPhotos

License

MIT ©


Play around https://developers.google.com/oauthplayground/?code=4/usq8QmuezR3Au_0UKyj9-UXmf6Bw_ij8KFWgIziYbpM#

Picasa Docs https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol

Inspiration http://www.rubydoc.info/github/morgoth/picasa/Picasa/API/Album

Description
No description provided
Readme 782 KiB
Languages
JavaScript 100%