You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Middleware that redirects users at random to a cat gif via thecatapi.com
Usage
varcatify=require('connect-catify');varexpress=require('express');varapp=newexpress();app.use(catify(50));// catify accepts one argument for probability
About
Middleware that redirects users at random to a cat gif.