google-picker

0.1.1 • Public • Published

google-picker

Dead simple google picker library.

Usage

var pick = require('google-picker')({
  clientId: <your client id>,
  apiKey: <your developer api key>
});
 
pick({views: ['DocsView()']}, function(err, files) {
  if(err) throw err;
  // files
});

Config

/google-picker/

    Package Sidebar

    Install

    npm i google-picker

    Weekly Downloads

    70

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • ashaffer88