A powerful npm package that can easily interact and get data from NYX API.
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
npm install cath
yarn add cath
Join the official Support Server on Discord for help or feature requests.
Contributions are welcomed, feel free to open a pull request.
This project is licensed under the GNU Public License v3.0. See LICENSE for more information.