@novaclaw/super-terminal
v1.0.0
Published
Web-based super terminal - execute shell commands via HTTP POST
Readme
⚡ Super Terminal
Web-based shell terminal. No dependencies, pure Node.js.
Usage
npx @novaclaw/super-terminal
# or
node server.jsAPI
| Endpoint | Method | Body | Description |
|----------|--------|------|-------------|
| / | GET | - | Web UI |
| /exec | POST | {"command":"ls"} | Execute command |
| /run | POST | {"command":"ls"} or plain text | Same as /exec |
| /health | GET | - | Health check |
Environment
PORT- Listen port (default: 8080)
