https://github.com/teknoir/node-red-teknoir-visualize
Contains a set of nodes to visualize data on the Teknoir Platform.
https://github.com/teknoir/node-red-teknoir-visualize
devstudio node-red nodes platform visualization
Last synced: 7 months ago
JSON representation
Contains a set of nodes to visualize data on the Teknoir Platform.
- Host: GitHub
- URL: https://github.com/teknoir/node-red-teknoir-visualize
- Owner: teknoir
- Created: 2021-10-15T08:20:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T15:43:25.000Z (11 months ago)
- Last Synced: 2025-01-30T08:43:01.562Z (8 months ago)
- Topics: devstudio, node-red, nodes, platform, visualization
- Language: HTML
- Homepage: https://teknoir.cloud
- Size: 818 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-red-teknoir-visualize
A set of nodes to visualize data on the Teknoir Platform.
# Install
```
npm install --save node-red-teknoir-visualize
```Npm install might fail for `canvas` dependency. If that happens, follow the instructions [here](https://www.npmjs.com/package/canvas)
# Documentation
The nodes are properly documented in `Node-RED` itself.# Develop / debug
Go to `./debug` and run:
```
npm install
npm start
```