A powerful package that can interact with Cath API
- TypeScript 100%
| .github | Fix typedoc error | |
| src | Fix typedoc error | |
| .gitignore | dos to unix | |
| .npmignore | dos to unix | |
| LICENSE | GPL v3 License | |
| package.json | Bump Version | |
| README.md | Update README | |
| tsconfig.json | Make fetch keyboard | |
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.