Skip to content

Instantly share code, notes, and snippets.

View N-Upchurch's full-sized avatar
💭
Wait... why exactly do we need React when Web Components exist?

Nathan N-Upchurch

💭
Wait... why exactly do we need React when Web Components exist?
View GitHub Profile
@N-Upchurch
N-Upchurch / README.md
Last active October 5, 2021 17:57
Node-Red: Wekan to Habitica Todos

NodeRED Wekan to Habitica Todos

A Node-RED flow that integrates a Wekan Kanban Board and Habitica in two ways:

  • Creates Habitica todos when new Wekan cards are created
  • "Scores" (marks complete and issues reward for) Habitica todos in Habitica when their matching cards are moved to a "Completed" column in Wekan.

An image of the Node-RED UI populated with the "NodeRED Wekan to Habitica Todos" flow

To Use:

  1. Install Node-RED & Wekan somewhere
  2. Copy the contents of Node-REDFlowExport.json to your clipboard and import into your Node-RED instance
@N-Upchurch
N-Upchurch / README.md
Last active October 5, 2021 18:09
Node-Red Gotifier - Send Notifications Through Gotify

About

This flow creates a simple UI on the dashboard to send push notifications via Gotify. Simply set your Gotify server base URL and app token in the credentials node.

Image of Flow:

flow

Image of UI:

flow1