Learn R Programming

nifffty (version 0.1.1.9000)

receiver: Listen and react to IFTTT Maker web calls

Description

Listen and react to IFTTT Maker web calls

Usage

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