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
/
getAuthUrl.js
10 lines
(6 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
const
Picasa
=
require
(
'../.'
)
const
config =
require
(
'./config'
)
// First stept
const
picasa =
new
Picasa
()
console
.
log
(picasa.
getAuthURL
(config))