Skip to content

Latest commit

 

History

History
46 lines (22 loc) · 783 Bytes

README.md

File metadata and controls

46 lines (22 loc) · 783 Bytes

node-red

node-red

0 아두이노 IDE 설치

https://www.arduino.cc/en/Main/software

https://www.arduino.cc/download_handler.php

1 node.js 설치

https://nodejs.org/en/download/

https://nodejs.org/download/release/v16.20.1/node-v16.20.1-x64.msi

2 Node-red 실행

  $ npm install -g node-red

  # npm i node-red-dashboard

  $ mkdir c:\workspace

  $ cd workspace

  $ mkdir nodeTest

  $ cd nodeTest

  $ npm init -y

  $ node-red  -p 1880 -u  .
  ( 마지막에 현재 폴더 의미인 점 ( . ) 꼭 넣기
  
  
  $ node-red    -s   settings.js   -u     .

  (file:///C:/Users/soto/.node-red/settings.js 폴더에 있는 파일을 복사해서 사용) 

3 Open APIs

  https://github.com/public-apis/public-apis