thecatapi
v1.0.1
Published
Browserify module for thecatapi.com
Downloads
6
Readme
The Cat Api
Browserify module for thecatapi.com
It will put a random cat to your document.body or target div's background image.
Usage
var thecatapi = require('thecatapi');
var cat = new thecatapi();
or
var thecatapi = require('thecatapi');
var cat = new thecatapi({target: 'catDivId'});