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
This module provides data extraction and filter that you want from REST API response.
3
+
4
+
Each node provides GUI environments so that user who is unfamiliar with javascript can easily extract and filter REST API responses
5
+
6
+
These nodes work reliably Node.js version 16.17.0 and Node-RED 3.0.2.
7
+
8
+
<br>
9
+
10
+
## Node
11
+
12
+
-[data-extractor](https://github.com/D5MI/node-red-contrib-data-extraction/tree/master/data-extractor): A node that extracts specific data you want from REST API response.
13
+
-[data-filter](https://github.com/D5MI/node-red-contrib-data-extraction/tree/master/data-filter): A node that filter out specific data you want from REST API response.
14
+
15
+
<br>
16
+
17
+
## Pre-requisites
18
+
19
+
This module requires [Node-RED](https://nodered.org/) to be installed.
20
+
21
+
<br>
22
+
23
+
## Install
24
+
25
+
To install the stable version use the `Menu - Manage palette` option and search for `@d5mi/node-red-contrib-data-extraction`, or run the following command in your Node-RED user directory - typically `~/.node-red`:
26
+
27
+
```bash
28
+
npm i @d5mi/node-red-contrib-data-extraction
29
+
```
30
+
31
+
<br>
32
+
33
+
## Authors
34
+
35
+
[D5MI in SSAFY(Samsung Software Academy for Youth)](https://github.com/D5MI)
36
+
37
+
<br>
38
+
39
+
## Copyright and License
40
+
41
+
Copyright Samsung Automation Studio Team under [the Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).
42
+
43
+
<br>
44
+
45
+
## Feedback
46
+
47
+
Please send bug reports, feedbacks, and questions to [GitHub Issues](https://github.com/D5MI/node-red-contrib-data-extraction/issues).
0 commit comments