A Small package to get a random cat image
Powered by: https://random.cat/
npm install random-meow
yarn add random-meow
const meow = require("random-meow");
// [note] You can use async/await
meow().then(url => console.log(url)).catch(console.error);
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