mozaik-ext-okrs

0.0.2 • Public • Published

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
      }
    }

Readme

Keywords

none

Package Sidebar

Install

npm i mozaik-ext-okrs

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • grhodes-zalando