A powerful package that can interact with Cath API
Find a file
2023-04-25 10:35:00 +01:00
.github Create npm-publish.yml 2023-04-16 14:59:23 +01:00
src 1.5.18 2023-04-21 22:54:30 +01:00
.gitignore added round function 2023-04-19 00:39:55 +01:00
.npmignore put too many stuff in npm 2023-04-25 09:08:50 +01:00
LICENSE codeclient with codmclient interfaces 2021-09-30 06:44:48 +08:00
package.json forgot to put files inside 2023-04-25 10:35:00 +01:00
README.md Update README.md 2021-09-30 06:58:02 +08:00
tsconfig.json 1.3.9(remove source map) 2021-10-15 00:48:40 +08:00
vercel.json rawr vercel annoying 2023-04-21 23:09:37 +01:00

CATH


Version Download Package 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.