new-zyrouge-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Zyrouge-API

Quick Zyrouge API wrapper for beginners.

New Zyrouge-API

Features

  • Beginner friendly

  • Easy to use

  • Asynchronous

Quick Example

const { API } =  require("new-zyrouge-api");

const  api  =  new  API("Super Secret API Token");

  

api.catfact().then(console.log).catch(e => console.log(e));
/**
 * If a cat is frightened, the hair stands up fairly evenly all over the body; when the cat is threatened or is ready to attack, the
 * hair stands up only in a narrow band along the spine and tail.
 */

Documentation

A list of all commands is available at https://zyrouge-api.udit.gq

Links

Discord Server

Dependents (0)

Package Sidebar

Install

npm i new-zyrouge-api

Weekly Downloads

16

Version

1.0.2

License

Apache-2.0

Unpacked Size

48.1 kB

Total Files

7

Last publish

Collaborators

  • udit2303