Easily send custom webhooks for IFTTT
- Clone/Fork this repository
- Open the
bin
folder - Run
npm install
to install npm packages - Rename/copy
ifttt-key-example.js
toifttt-key.js
, paste an IFTTT maker webhooks key (this can be seen when creating a webhook) and save the file - View
program.js
for more info- Edit this to your liking
- Run
node program.js
to start the program