# google-client-wrapper **Repository Path**: mirrors_mapbox/google-client-wrapper ## Basic Information - **Project Name**: google-client-wrapper - **Description**: High level wrapper around Google Client API - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Google client wrapper --- _Note:_ Currently supports calendar operations. ### Running tests You'll need to create a `env.sh` in the root directory with the following contents: export SCOPE="Insert value here" export CLIENT="Insert value here" export APIKEY="insert value here" export CALENDAR="Insert value here" With `env.sh` in place you can run then tests with `npm test` or debug from browser via `npm start`.