deno-kv-hackathon
deno-kv-hackathon copied to clipboard
IFDTT - If-Deno-Then-That
Team or Project Name
IFDTT - If-Deno-Then-That, a IFTTT Clone
Team Members
https://github.com/negue
Screenshots of your Project
-
Create a workflow or login into one
-
Edit a Workflow
Link to demo on Deno Deploy
https://if-deno-then-that.deno.dev
Example GET Workflow:
- Replace YourName with a name
- open https://if-deno-then-that.deno.dev/workflows/a63f0de9-12d0-4c9a-a570-f56996249a36/trigger?name=YourName in the browser and you'll be inserted in a Chuck Norris Joke 😬
Link to project's public GitHub repo
https://github.com/negue/if-deno-then-that
Any final comments you'd like to add?
Its an IFTTT Clone(-wanna be), so far it can create new workflows, edit them only with a known admin key, those workflows can be triggered by GET or POST calls and then executes some steps with custom variable logic in that workflow.
Due to a chain of events I could only work on the last day on it and using Deno/Deploy/KV for the first time 🎉 - I had to cut some features / ui / etc.
But at the end its a nice little proof of concept.