random-meow
v3.10.1
Published
Get a random image of a cat!
Downloads
32
Maintainers
Readme
random-meow
A Small package to get a random cat image
Powered by: https://random.cat/
Installation
NPM
npm install random-meow
Yarn
yarn add random-meow
Usage
const meow = require("random-meow");
// [note] You can use async/await
meow().then(url => console.log(url)).catch(console.error);
Note
This package requires Node.js version 6.13.0 or above, although the tested version is 10.x to 14.x, 6.13.0 to 9.x should work too