An open API service indexing awesome lists of open source software.

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.

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
```