0.0.2 • Published 8 years ago

google-group-manager v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Google group manager

A wrapper for the Google group API

Installation

npm install @duizendstra/google-group-manager

Usage

groupManager = googleGroupManager.googleGroupManager({
    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.