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
You can install Node-RED to run locally on your laptop or workstation. In this section you will run Node-RED locally.
- Ensure you installed Node-RED as directed in the course prerequisites
- 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