Socket
Socket
Sign inDemoInstall

new-zyrouge-api

Package Overview
Dependencies
7
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    new-zyrouge-api

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


Version published
Weekly downloads
15
Maintainers
1
Install size
528 kB
Created
Weekly downloads
 

Readme

Source

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

Discord Server

Keywords

FAQs

Last updated on 20 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