0.0.2 • Published 8 years ago

mozaik-ext-okrs v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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