All Projects → Dipen-Dedania → ifttt-boilerplate

Dipen-Dedania / ifttt-boilerplate

Licence: other
ifttt boilerplate with NodeJS & Express

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ifttt-boilerplate

Notion Toolbox
This is a collection of Notion tools that work in tandem together.
Stars: ✭ 441 (+2350%)
Mutual labels:  ifttt
Esp8266 pir
ESP8266 Motion Detector to IFTTT
Stars: ✭ 15 (-16.67%)
Mutual labels:  ifttt
Download Webhook
🍰 Download files through webhook
Stars: ✭ 131 (+627.78%)
Mutual labels:  ifttt
Assistantcomputercontrol
Control your computer with your Google Home or Amazon Alexa assistant!
Stars: ✭ 554 (+2977.78%)
Mutual labels:  ifttt
Sonoff Homekit
Make your Sonoff Switch compatible with Apple Homekit! 🎉
Stars: ✭ 722 (+3911.11%)
Mutual labels:  ifttt
Pyfttt
Python tools for interacting with IFTTT Webhooks Channel
Stars: ✭ 55 (+205.56%)
Mutual labels:  ifttt
Elecv2p
一款基于 NodeJS,可通过 JS 修改网络请求,以及定时运行脚本或 SHELL 指令的网络工具。
Stars: ✭ 401 (+2127.78%)
Mutual labels:  ifttt
Homeassistant Config
Stars: ✭ 211 (+1072.22%)
Mutual labels:  ifttt
Nextcloud Wires
Connect your nextcloud instance to other services and the internet of things
Stars: ✭ 17 (-5.56%)
Mutual labels:  ifttt
Assistant Plugins
Des plugins pour les Assistant (comme Google Home, Cortana, Alexa)
Stars: ✭ 93 (+416.67%)
Mutual labels:  ifttt
Beehive
A flexible event/agent & automation system with lots of bees 🐝
Stars: ✭ 5,348 (+29611.11%)
Mutual labels:  ifttt
Packtpub Crawler
Download your daily free Packt Publishing eBook https://www.packtpub.com/packt/offers/free-learning
Stars: ✭ 717 (+3883.33%)
Mutual labels:  ifttt
Flyte
Flyte binds together the tools you use into easily defined, automated workflows
Stars: ✭ 67 (+272.22%)
Mutual labels:  ifttt
St2
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html. Questions? https://…
Stars: ✭ 4,600 (+25455.56%)
Mutual labels:  ifttt
Actionsflow
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
Stars: ✭ 2,243 (+12361.11%)
Mutual labels:  ifttt
Active workflow
Turn complex requirements to workflows without leaving the comfort of your technology stack.
Stars: ✭ 413 (+2194.44%)
Mutual labels:  ifttt
Ifpaytt
If Pay Then That ⚡️ Trigger IFTTT actions with Bitcoin Lightning payments
Stars: ✭ 41 (+127.78%)
Mutual labels:  ifttt
notion-heroku
Heroku hosted application that performs Notion actions (i.e., new task, new note) based on voice requests via IFTTT Webhooks and Google Assistant.
Stars: ✭ 41 (+127.78%)
Mutual labels:  ifttt
Coot
玩转 IFTTT 体验极客生活,互联网自动化神器【已经停止开发】
Stars: ✭ 172 (+855.56%)
Mutual labels:  ifttt
Ifwechat
link wechat to ifttt
Stars: ✭ 90 (+400%)
Mutual labels:  ifttt

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].