Added some examples

This commit is contained in:
2021-08-18 14:19:20 -06:00
parent b33595d5eb
commit 2b2c628904
16 changed files with 938 additions and 4 deletions
+3 -4
View File
@@ -22,6 +22,9 @@ The following is supported from this package:
Therefore, you can easily build a bot, chat relay, or administrate your Matrix server from within [Node-RED](https://nodered.org/).
### Examples
We have examples! [Check them out](examples)
### Installing
You can either install from within Node-RED by searching for `node-red-contrib-matrix-chat` or run this from within your Node-RED directory:
@@ -29,10 +32,6 @@ You can either install from within Node-RED by searching for `node-red-contrib-m
npm install node-red-contrib-matrix-chat
```
### Examples
We don't have examples just yet but here is a picture of my flow I use for testing this module while creating it (gives you an idea of what is possible and how easy it is to chain things):
![img.png](example.png)
### Usage
Using this package is very straightforward. Examples coming soon!