Node.js
Pipe a hosted script to node. Runny does not run Node.
Fetch
Runny hosts the file. Node.js runs on the client. The generated one-liner uses node.
curl -fsSL https://runny.sh/r/{slug} | node
Private
curl -fsSL -H "Authorization: Bearer TOKEN" https://runny.sh/r/{slug} | node