0.2.0 • Published 4 months ago

zenith-omen.js v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago
  1. Project Installlation
  2. Project Examples
  3. Links Related
$ npm install zenith-omen.js@latest
$ npm install git+https://github.com/Stawa/ZenithOmen.js.git
import { ZenithOmen } from "zenith-omen.js";

const client = new ZenithOmen();

async function example() {
  const bite = await client.bite();
  console.log(bite);
}

example();
0.2.0

4 months ago

0.1.1

5 months ago