denoland / deno-kv-hackathon

Rules, details, and place to submit your project for the Deno KV hackathon.
18 stars 2 forks source link

IFDTT - If-Deno-Then-That #25

Open negue opened 1 year ago

negue commented 1 year ago

Team or Project Name

IFDTT - If-Deno-Then-That, a IFTTT Clone

Team Members

https://github.com/negue

Screenshots of your Project

  1. Create a workflow or login into one

    image
  2. Edit a Workflow

    image

Link to demo on Deno Deploy

https://if-deno-then-that.deno.dev

Example GET Workflow:

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.