mozaik-ext-okrs
v0.0.2
Published
Mozaïk extension for displaying OKR weekly data from Google Sheets
Readme
mozaik-ext-okrs
Setup
Install module
npm install --save mozaik-ext-okrsCreate 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.pemConfigure service key and .PEM file into dashboard
config.jsfile and environment variables /.envfile:api: { okrs: { googleServiceEmail: process.env.GOOGLE_SERVICE_EMAIL, googleServiceKeypath: process.env.GOOGLE_SERVICE_KEYPATH } }
