@wandelbots/nova-api 25.3.0-dev.29 → 25.3.0-dev.30
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 +5 -5
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# `
|
|
1
|
+
# `nova-api`
|
|
2
2
|
|
|
3
|
-
Wandelbots Public API client is a client SDK that can be used in combination with
|
|
3
|
+
Wandelbots Public API client is a client SDK that can be used in combination with Wandelbots NOVA.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Wandelbots NOVA can be used to plan robotic movements, connect to peripheral devices, and control entire robotic cells.
|
|
6
6
|
|
|
7
|
-
To use our platform, please [sign up for our Wandelbots
|
|
7
|
+
To use our platform, please [sign up for our Wandelbots NOVA Beta program](https://portal.wandelbots.io).
|
|
8
8
|
|
|
9
9
|
## Getting started
|
|
10
10
|
|
|
11
11
|
The package can be installed by running:
|
|
12
12
|
|
|
13
|
-
`npm install @wandelbots/
|
|
13
|
+
`npm install @wandelbots/nova-api`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/nova-api",
|
|
3
|
-
"version": "25.3.0-dev.
|
|
3
|
+
"version": "25.3.0-dev.30",
|
|
4
4
|
"description": "API Client to interact with Wandelbots Public API.",
|
|
5
5
|
"files": [
|
|
6
6
|
"*",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
21
|
"Wandelbots",
|
|
22
|
-
"
|
|
22
|
+
"NOVA",
|
|
23
|
+
"API",
|
|
23
24
|
"OpenAPI"
|
|
24
25
|
],
|
|
25
26
|
"author": "",
|