node-red-contrib-google 0.2.0

Node-RED node for Google APIs call.

npm install node-red-contrib-google

Node-RED node for Google APIs.

Work in Progress

Changes are coming.

Configuration node name was changed at v.0.1.0: google conn -> google-conn

Features

This node is a wrapper for official Google APIs Node.js Client: google-api-nodejs-client.

List of available APIs are delivered online via Google API Discovery Service.

Package contains two nodes. There is configuration node made for maintaining connection to Google API Services (google-conn) and regular node providing posibility to call any method of any API exposed via official Google's Node.js Client.

How to Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-google

or for a global installation

npm install -g node-red-contrib-google

Configuration

  1. Generate service account key at Google API Console.
  • Choose JSON type and save service key file.
  • Paste content of that file into JSON Key field of your google-conn node.

Node Info

Version: 0.2.0
Updated 6 years, 8 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

69 in the last week

Nodes

  • google-conn
  • google

Keywords

  • node-red
  • google
  • googleapis

Maintainers