Skip to content

Dipen-Dedania/ifttt-boilerplate

Repository files navigation

ifttt-boilerplate

IFTTT IFTTT is a free platform that helps you do more with all your apps and devices.

If you are looking to create a service or trigger that you can publish into IFTTT, here's a sample project that you can built upon. In, IFTTT official site, you will find a Hello World! program in RUBY (not a big fan :P). So here's one with NodeJS & Express framework.

Setup

  • Just fork this repo. Clone it into your local PC and run below commands.
npm install

Are you still with me? Good. Now you can run NodeJS application by:

node server.js

Fire up this http://localhost:8080/ . There you go, our Hello world application up and running. Now, we need IFTTT to test our local service. Download Ngrok (https://ngrok.com/) and run it.

ngrok.exe http 8080

Paste this ngrok URL to IFTTT API URL. IFTTT-NGROK

Great! Everything is up and ready to test. Let's go to endpoint_tests page & click on Begin test.

IFTTT-NGROK

You should be able to use this service/triggers into Applets. Customize triggers and service code as per your need. Enjoy!

Releases

No releases published

Packages

No packages published