rpi_status_http_server/README.md
2022-09-04 14:39:27 +08:00

7 lines
127 B
Markdown

# 树莓派状态 JSON 数据接口
``` bash
npm install
PORT=8000 pm2 start server.js --name "RPi Status Server" --watch
```