@vdwpsmt/node-red-contrib-sparql 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,21 +11,6 @@ A [Node-RED](https://nodered.org/) node for executing SPARQL queries against SPA
|
|
|
11
11
|
- Multiple output formats: simplified bindings, flat values, or full SPARQL JSON response
|
|
12
12
|
- Dynamic query and endpoint injection via incoming messages
|
|
13
13
|
|
|
14
|
-
## Installation
|
|
15
|
-
|
|
16
|
-
### From npm
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
cd ~/.node-red
|
|
20
|
-
npm install node-red-contrib-sparql
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Local development
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
cd ~/.node-red
|
|
27
|
-
npm install /path/to/node-red-contrib-sparql
|
|
28
|
-
```
|
|
29
14
|
|
|
30
15
|
## Nodes
|
|
31
16
|
|
package/package.json
CHANGED