cath
    Preparing search index...

    cath

    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 install cath
    
    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.