A simple Node.js web server for streaming OctoPrint job details / camera feed.
- Install Node.js.
- npm install -g yarn
- yarn install
- Set the following environment variables:
- OCTOSTREAM_URL: The URL to your OctoPrint web UI.
- OCTOSTREAM_API_KEY: In OctoPrint, register an application key and provide that value.
- node .
- Open http://localhost:3000 in your browser.