0.0.3 • Published 1 year ago

obsgen v0.0.3

Weekly downloads
-
License
None
Repository
github
Last release
1 year ago

ObsGen Javascript Client

Installation

# using npm
npm i obsgen

# using yarn
yarn add obsgen

Usage

import ObsGenClient from "obsgen";
import { env } from "process";

const client = new ObsGenClient(env.OBSGEN_API_KEY);

await client.logEvent({ type: "node-test" });
0.0.3

1 year ago

0.0.2

1 year ago