Node-RED node for Google APIs.
Changes are coming.
Configuration node name was changed at v.0.1.0: google conn -> google-conn
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.
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
- 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.