You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# node-red-social-aggregator
2
2
Multiple social platform aggregator using the rivus lib on node-red. The input object into the node-red node can be used to retreve user feeds from a multiple of sources with different keys (if needed). This makes the aggregation and normalisation of data easier as it retrieves and attempts to handle each of the below sources in a number of different ways.
3
3
4
-
###Node Input
4
+
###Node Input
5
5
6
6
To load send an array object to the node
7
7
@@ -22,7 +22,7 @@ To load send an array object to the node
22
22
]
23
23
```
24
24
25
-
####Input types
25
+
####Input types
26
26
Example of input types and how to load them, these can be multiples and remember to watch the rate-limits when dealing with some of the API's (im looking at you twitter).
27
27
28
28
```
@@ -65,7 +65,7 @@ Example of input types and how to load them, these can be multiples and remember
65
65
]
66
66
```
67
67
68
-
###Node Output
68
+
###Node Output
69
69
70
70
Output response will be via ```msg.payload``` which should return something like the following
0 commit comments