Socket
Socket
Sign inDemoInstall

some-random-cat

Package Overview
Dependencies
212
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

some-random-cat

A very suitable API to generate random images of cats, dogs and random jokes, facts... A lot more!


Version published
Maintainers
1
Weekly downloads
7
increased by75%

Weekly downloads

Readme

Source

Introduction

NPM

Total Downloads Discord npm NPM GitHub Repo stars

This is the official documentation for some-random-cat. Docs version (v2.0)

Installation

To install the package, you would have to make sure that node.js is installed on your machine. After that, you can simply do npm i some-random-cat in the terminal where you want to install the package or npm i some-random-cat -g to install it globally.

About

I saw that there were not many good packages for generating random stuff. So I decided to make one.
A very suitable API to generate random images of cats, dogs and random jokes, facts... A lot more!

Why?

  • Object-oriented
  • Speedy and efficient
  • Feature-rich
  • Easy
  • Beginner-Friendly
  • Flexible

Example

Generate a random cat image:

const SomeRandomCat = require('some-random-cat').Random;
SomeRandomCat.getCat() // Function for generating cat
.then(res => {
    console.log(res)
    return
})
.catch(e => {
    console.error(e)
    return
});

Contributing

To contribute in this package, simple open a pull request in the github repository. When all the checks for your request have been passed, we can merge it into the main branch.

Statistics

  • 200 weekly downloads
  • and... growing!

Support

Join the support server here

Documentation

📖 The official documentation is now available here

Keywords

FAQs

Last updated on 18 Sep 2021

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