Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 582 Bytes

File metadata and controls

13 lines (13 loc) · 582 Bytes

Node-IFTTT

Easily send custom webhooks for IFTTT

Requirements

Setup

  • Clone/Fork this repository
  • Open the bin folder
  • Run npm install to install npm packages
  • Rename/copy ifttt-key-example.js to ifttt-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