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.

Bash
curl -fsSL https://runny.sh/r/{slug} | node

Private

Bash
curl -fsSL -H "Authorization: Bearer TOKEN" https://runny.sh/r/{slug} | node

Restore revision