random.cat.js
v1.0.4
Published
A module to interct with the random.cat API
Readme
About
random.cat.js is a node.js module that allows you to interact with the random.cat API very easily.
- Predictable abstractions
Installation
npm install random.cat.js --save
Example usage
const randomCat = require('random.cat.js');
const randomCatApi = randomCat.api();
randomCatApi.getCat().then((cat) => console.log(cat.file))