Socket
Socket
Sign inDemoInstall

zyrouge-api

Package Overview
Dependencies
7
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zyrouge-api

A simple & easy to use Wrapper for server.zyrouge.gq/api


Version published
Weekly downloads
7
increased by75%
Maintainers
2
Install size
528 kB
Created
Weekly downloads
 

Readme

Source

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

Discord Server

Keywords

FAQs

Last updated on 21 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc