UNPKG

flickr-oauth-and-upload

Version:

Library that handles Flickr OAuth1.0 flow and photo upload

9 lines (6 loc) 148 B
var flickrApi = require('./index.js'); if (flickrApi) { console.log('got the flickr api'); } else { console.log('did not get the flickr api') }