1.0.4 • Published 6 years ago

random.cat.js v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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))
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago