A powerful package that can interact with Cath API
Find a file
2021-09-18 17:30:10 +08:00
.github minor update 2021-09-15 05:44:33 +08:00
src starboar client 2021-09-18 17:30:10 +08:00
.gitignore minor update 2021-09-15 05:44:33 +08:00
.npmignore minor update 2021-09-15 05:44:33 +08:00
LICENSE Initial commit 2021-09-08 08:10:41 +08:00
package.json starboar client 2021-09-18 17:30:10 +08:00
README.md Updated Readme 2021-09-14 22:26:52 +05:30
tsconfig.json fix 2021-09-14 00:12:28 +08:00

CATH


Version Package downloads Repo Stars Kofi
Support Server
Node Package

Cath is a powerful Node.js module that can easily interact and get data from the Cath API If you like this package, feel free to Star and fork this repository.

Install the package ✔

Download from npm

npm install cath

Download from yarn

yarn add cath

Examples

Launch of the module

const cath = require("cath");

const reddit_data = await cath.getreddit("meme");
console.log(reddit_data); // returns an object

const answer = await cath.random8ball();
console.log(answer); // a random answer from 8ball

Support, Feature Request & Bug Reports

Support & Feature Request

Join the official Support Server on Discord & we will be happy to assist you.
To Request new features contact us on Discord using the support server.

Report Bugs

You can report bugs or issues by opening a issue in this repository. Alternatevely you can also contact us on Discord using the support server.