receiver: Listen and react to IFTTT Maker web calls

Description Usage Arguments

View source: R/app.R

Description

Listen and react to IFTTT Maker web calls

Usage

1
receiver(listen = "0.0.0.0", port = 9999, handler = NULL)

Arguments

listen

IP address to listen on. 127.0.0.1 for localhost, 0.0.0.0 (default) for all interfaces.

port

TCP port to listen on. Defaults to 9999

handler

R function to call with the results of the Maker web call


hrbrmstr/nifffty documentation built on May 17, 2019, 5:11 p.m.