Skip to content

Stawa/ZenithOmen.js

Zenith-Omen.js

A user-friendly program that offers many random anime images with additional features.

SonarCloud Website

📜 Table of Contents

  1. Project Installlation
  2. Project Examples
  3. Links Related

📦 Project Installlation

For our project, there are two installation options: the Stable version and the Development version.

$ npm install zenith-omen.js@latest
$ npm install git+https://github.com/Stawa/ZenithOmen.js.git

📄 Project Examples

import { ZenithOmen } from "zenith-omen.js";

const client = new ZenithOmen();

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

example();

🔗 Links Related

About

A user-friendly program that offers many random anime images with additional features.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published