A powerful package that can interact with Cath API
Find a file
2023-11-02 00:06:42 +00:00
.github dos to unix 2023-10-30 20:27:35 +00:00
src dos to unix 2023-10-30 20:27:35 +00:00
.gitignore dos to unix 2023-10-30 20:27:35 +00:00
.npmignore dos to unix 2023-10-30 20:27:35 +00:00
LICENSE GPL v3 License 2023-10-31 01:37:43 +00:00
package.json im stupid putting index.js in npmignore... 2023-04-30 20:29:32 +01:00
README.md readme 2023-11-02 00:06:42 +00:00
tsconfig.json dos to unix 2023-10-30 20:27:35 +00:00
vercel.json dos to unix 2023-10-30 20:27:35 +00:00

CATH


Version Download Kofi

Cath is a powerful npm module that can easily interact and get data from NYX 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

License

NullValkyrie is licensed under the GNU Public License v3.0. See LICENSE for more information.

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.