Google drive manager
=========

A wrapper for the google drive SDK

## Installation

  `npm install google-drive-api-manager`

## Usage

    var driveManager = googleDriveManager({
        auth: auth
    });
  
  

## Tests

  `npm test`

## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
