yunusj / smartOffice

Office Automations and Integrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atompoint SmartOffice

  1. client secrets are generated from google actions (device credetials)

  2. /tokens/atompoint-token.json is auto generated after first run with new credentials

  3. Install dependencies:

    npm install
    
  4. Start the app:

    npm start
    
  5. View the app at http://localhost:8080.

  6. Stop the app by pressing Ctrl+C.

  7. Deploy the app:

    gcloud app deploy
    
  8. View the deployed app at https://YOUR_PROJECT_ID.appspot.com.

Build Status

This folder contains the sample code for a small App Engine application that displays a short message. See the instructions below for how to configure, run, and deploy this sample.

Simple instructions

  1. Install Node.js.

  2. Install git.

  3. Create a Google Cloud Platform project.

  4. Install the Google Cloud SDK.

    • After downloading the SDK, initialize it:

        gcloud init
      
  5. Clone the repository:

    git clone https://github.com/GoogleCloudPlatform/nodejs-getting-started.git
    
  6. Change directory:

    cd nodejs-getting-started/1-hello-world
    

About

Office Automations and Integrations


Languages

Language:JavaScript 100.0%