Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.29 KB

NODERED.md

File metadata and controls

18 lines (14 loc) · 1.29 KB

Quick links : Home - Part 1 - Part 2 - Part 3 - Part 4 - Part 5


Part 2 - Local Node-RED - Web and REST APIs - Calling an API from Node-RED - Implementing an API in Node-RED - API Practical


Run Node-RED locally

You can install Node-RED to run locally on your laptop or workstation. In this section you will run Node-RED locally.

  1. Ensure you installed Node-RED as directed in the course prerequisites
  2. To run Node-RED on your system open up a command window and enter command node-red. This will start the Node-RED runtime. You can access it using the browser on your system and navigating to address localhost:1880

Part 2 - Local Node-RED - Web and REST APIs - Calling an API from Node-RED - Implementing an API in Node-RED - API Practical


Quick links : Home - Part 1 - Part 2 - Part 3 - Part 4 - Part 5