google-user-manager
v0.0.4
Published
wrapper for the google admin sdk user api
Downloads
10
Readme
Google user manager
A wrapper for the google admin SDK user API
Installation
npm install google-user-manager
Usage
var userManager = googleUserManager({
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.
