mozaik-ext-okrs
v0.0.2
Published
Mozaïk extension for displaying OKR weekly data from Google Sheets
Downloads
2
Readme
mozaik-ext-okrs
Setup
Install module
npm install --save mozaik-ext-okrs
Create a project and service account in Google Developer Console
Enable API: Drive API
Collect service email and .p12 file
Convert .p12 file into .PEM
openssl pkcs12 -in *.p12 -nodes -nocerts > sheets.pem
Configure service key and .PEM file into dashboard
config.js
file and environment variables /.env
file:api: { okrs: { googleServiceEmail: process.env.GOOGLE_SERVICE_EMAIL, googleServiceKeypath: process.env.GOOGLE_SERVICE_KEYPATH } }