Skip to content

Commit 2b06691

Browse files
author
Matteo Fantin
committed
add readme content
1 parent 58a2920 commit 2b06691

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
# Test
1+
# node-red-opcua-x
2+
<img src="icons/opcua-logo.png" alt="drawing" style="height:200px;"/>
3+
<img src="images/node-red-logo.png" alt="drawing" style="height:200px;"/>
4+
5+
## What is
6+
A package that handles OPC UA Client request like read, browse, write, ...
7+
8+
## Features
9+
10+
- [x] Read
11+
- [ ] Write
12+
- [x] Browse
13+
- [x] Check connection status
14+
- [ ] Subscription
15+
- [ ] Events
16+
- [ ] Methods
17+
18+
# Getting started
19+
Run command on Node-RED installation directory.
20+
21+
npm i node-red-opcua-x
22+
23+
or run command for global installation.
24+
25+
npm i -g node-red-opcua-x

images/node-red-logo.png

2.86 KB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-opcua-x",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"node-red": {
55
"nodes": {
66
"opcua-client": "opcua-client.js",
@@ -9,6 +9,17 @@
99
"opcua-browse": "opcua-browse.js"
1010
}
1111
},
12+
"keywords":[
13+
"node-red",
14+
"opcua",
15+
"opc-ua",
16+
"javascript",
17+
"js",
18+
"npm",
19+
"opc-ua-client",
20+
"opcua-client",
21+
"node-opcua"
22+
],
1223
"dependencies": {
1324
"node-opcua": "^2.127.1"
1425
}

0 commit comments

Comments
 (0)