JavaScript SDK
The official JavaScript/TypeScript SDK for StremThru.
Installation
sh
# pnpm
pnpm add stremthru
# npm
npm install stremthru
# yarn
yarn add stremthruUsage
ts
import { StremThru } from "stremthru";
const st = new StremThru({
baseUrl: "http://127.0.0.1:8080",
auth: "user:pass",
});Links
INFO
Detailed API documentation coming soon — contributions welcome.