Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zyrouge-api

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zyrouge-api

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

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
2
Weekly downloads
 
Created
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

Package last updated on 21 Dec 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc