2.0.1 • Published 3 years ago

zyrouge-api v2.0.1

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
3 years ago

Zyrouge-API

Quick Zyrouge API wrapper for beginners.

Zyrouge-API

Features

  • Beginner friendly

  • Easy to use

  • Asynchronous

Quick Example

const API =  require("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 functions is available at https://zyrouge-api.udit.gq

Links

Discord Server

npm.io