node-red-contrib-google 0.2.0
Node-RED node for Google APIs call.
Generic Google API Client for Node-RED
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
- 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.