0.0.3 • Published 2 years ago

obsgen v0.0.3

Weekly downloads
-
License
None
Repository
github
Last release
2 years 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

2 years ago

0.0.2

2 years ago