mirror of
https://github.com/jlengrand/picasa.git
synced 2026-03-10 08:31:19 +00:00
acae7506d9c6909c61e8c18094130711111f32bd
CI
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
Languages
JavaScript
100%