therobotacademy / NodeRED-GettingStarted

Code samples for the webinar: Iniciación al Prototipado IoT con NodeRED

Home Page:https://youtu.be/zdrnL05yft0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with NodeRED

Code samples for the webinar Iniciación al Prototipado IoT con NodeRED

  1. Install locally NodeRED and contributed module Dashboard UI:

$ npm install

  1. Run the sample flow (CPU and memory usage):

$ npm start

This command runs the following script (NodeRED with options):

node node_modules/node-red/red.js --settings=./settings.js flows/flow.json

  1. Run the digital clock project:

$ npm run digital-clock

The command that is run by this script is:

node node_modules/node-red/red.js --settings=./settings.js flows/flow_digital-clock.json

For ease of starting the following features of NodeRED have been disabled (file settings.js):

  • NodeRED editor authentication
  • NodeRED project

About

Code samples for the webinar: Iniciación al Prototipado IoT con NodeRED

https://youtu.be/zdrnL05yft0

License:MIT License


Languages

Language:JavaScript 100.0%