1
1
Fork
You've already forked cath
0
A powerful package that can interact with Cath API
  • TypeScript 100%
2026年04月01日 18:15:52 +01:00
.github Fix typedoc error 2026年04月01日 18:04:13 +01:00
src Fix typedoc error 2026年04月01日 18:04:13 +01:00
.gitignore dos to unix 2023年11月02日 01:04:33 +00:00
.npmignore dos to unix 2023年11月02日 01:04:33 +00:00
LICENSE GPL v3 License 2023年10月31日 01:37:43 +00:00
package.json Bump Version 2026年04月01日 17:52:25 +01:00
README.md Update README 2026年04月01日 18:15:52 +01:00
tsconfig.json Make fetch keyboard 2026年04月01日 17:58:06 +01:00

cath

A powerful npm package that can easily interact and get data from NYX API.

Version Download Kofi

Usage

const cath = require("cath");
const redditdata = await cath.getreddit("meme");
console.log(redditdata); // A random post from r/meme

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

Installation

npm

npm install cath

yarn

yarn add cath

Support

Join the official Support Server on Discord for help or feature requests.

Contributions

Contributions are welcomed, feel free to open a pull request.

License

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