stremthru
v0.6.0
Published
SDK for StremThru
Downloads
525
Readme
StremThru - JavaScript SDK
Installation
# using pnpm:
pnpm add stremthru
# using npm:
npm install --save stremthru
# using yarn:
yarn add stremthru
Usage
Basic Usage:
import { StremThru } from "stremthru";
const st = new StremThru({
baseUrl: "http://127.0.0.1:8080",
auth: "user:pass",
});
License
Licensed under the MIT License. Check the LICENSE file for details.