node-red-contrib-ifttt
Advanced tools
Comparing version 0.3.0 to 0.3.1
var request = require('request'); | ||
var IFTT_CONNECTION_TIMEOUT_MS = 20000; | ||
var IFTTT_CONNECTION_TIMEOUT_MS = 20000; | ||
@@ -4,0 +4,0 @@ module.exports = function (RED) { |
{ | ||
"name": "node-red-contrib-ifttt", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A node-red node to connect to ifttt Maker channel", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/diegopamio/node-red-ifttt", |
# node-red-ifttt [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status](https://coveralls.io/repos/github/diegopamio/node-red-contrib-ifttt/badge.svg?branch=master)](https://coveralls.io/github/diegopamio/node-red-contrib-ifttt?branch=master) | ||
> A node-red node to connect to ifttt Maker channel | ||
> A node-red node to connect to ifttt Webhooks channel (aka Maker channel) | ||
@@ -4,0 +4,0 @@ ## Why(s)? |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13428