DEV Community

Cover image for [Appwrite + node-red]
GiBi
GiBi

Posted on

[Appwrite + node-red]

series: [“appwrite +node-red”]

Overview of My Submission

I created a collection of "appwrite nodes" for the node-red IDE.

Node-RED (https://nodered.org/) is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.

It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.

You can easy integrate node-red flows with the appwrite API.

repo: https://github.com/autanalabs/node-red-appwrite

Submission Category:

Wacky Wildcards

Link to Code

GitHub logo autanalabs / node-red-appwrite

A Node-RED node to wrap appwrite sdk operations

node-red-appwrite

A Node-RED node to wrap appwrite SDK operations.

Install

Run the following command in the root directory of your Node-RED install

    npm install node-red-appwrite

Usage

Database list documents

appwrite node to list documents from a collection




Additional Resources / Info

image

image

image

Top comments (0)