connect-catify

0.1.3 • Public • Published

catify

Middleware that redirects users at random to a cat gif via thecatapi.com

Usage

var catify = require('connect-catify');
var express = require('express');
var app = new express();

app.use(catify(50)); // catify accepts one argument for probability

Readme

Keywords

none

Package Sidebar

Install

npm i connect-catify

Weekly Downloads

0

Version

0.1.3

License

BSD-2-Clause

Last publish

Collaborators

  • shawnhilgart