README
cordant-google-utils
This package is meant to ease the usage of Google API for our usage.
Developed by Cordant Group
Usage
In order to use this package, first install it running the following
npm install cordant-google-utils
Import the package, within Javascript
const GoogleUtils = require('cordant-google-utils').GoogleUtils;
or Typescript
import GoogleUtils from 'cordant-google-utils';
and use it in your code.
Services
The current version covers the following services
- Impersonation through JWT tokens
- calendar
- createEvent