CATH


Version Download Kofi

**Cath** is a powerful [npm](https://nodejs.org) 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 ```powershell npm install cath ``` Download from yarn ```powershell yarn add cath ``` ## Examples ### Launch of the module ```js 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](https://github.com/night0721/NullValkyrie/blob/master/LICENSE) for more information. # Support, Feature Request & Bug Reports ## Support & Feature Request Join the official [Support Server](https://discord.gg/SbQHChmGcp) 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.