1.0.6 • Published 2 years ago

node-red-contrib-google-task v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

How to Install

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

npm install node-red-contrib-google-task

Configuration

  1. Generate OAuth credentials at Google API Console.
  • Choose Web Application.
  • As Authorized JavaScript origins enter your Node-RED IP (e.g. http://localhost:1880)
  • As Authorized redirect URIs enter your Node-RED IP plus /google-credentials/auth/callback (e.g. http://localhost:1880/google-credentials/auth/callback)
  1. Copy the Client ID and Client secret and paste them into the Config Node
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago