Skip to content

Core set of FlexDash dashboard widgets for Node-RED

License

Notifications You must be signed in to change notification settings

flexdash/node-red-fd-corewidgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core FlexDash Widgets for Node-RED

This repository builds a core set of Node-RED nodes corresponding to the core FlexDash widgets, i.e. the ones built into FlexDash.

It also contains a set of example flows to get started and see FlexDash in action.

Read the quick-start docs for info on how to get started.

TL;DR:

  • install @flexdash/node-red-fd-corewidgets
  • import the 'Hello World' example flow from its examples using the Node-RED import menu
  • deploy and point your browser at http://localhost:1880/flexdash (or similar)
  • import the 'all-widgets' example, deploy, and see the 'rocket' tab in FlexDash

This repository itself does not contain any widgets or any nodes, the way it works is as follows:

The widget generation and publishing to npm happens as part of the github workflow in .github/workflows/build.yml.

For help, please read the FlexDash Docs and check the Node-RED forum.