diff --git a/README.md b/README.md index 7d3060d..b008eb9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ Official Webshare HTTP API documentation: [https://webshare.cz/apidoc/](https:// Webshare download links expire after roughly ten minutes, so the torrent never embeds a CDN URL—only a path on this service that resolves a fresh link at fetch time. +## Web UI + +Light monochrome TUI-style page at `http://:3001/` — **Search** and **Queue** tabs +(keys `1` / `2`, `/` focuses search). Queue shares the same download engine as the fake +qBittorrent client. + +![Queue tab with multiple Iron Man downloads](docs/ui-queue.png) + ## Layout ``` diff --git a/docs/ui-queue.png b/docs/ui-queue.png new file mode 100644 index 0000000..ff12402 Binary files /dev/null and b/docs/ui-queue.png differ diff --git a/package.json b/package.json index e93183d..03a4f0d 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "src", "ui", "LICENSE", - "README.md" + "README.md", + "docs" ] }