The Cat

Simple cat server. Get new cat on every request.

View Project on

Find typo? Help fix it.

The Cat NPM version

Simple cat server. Get new cat on every request.

The cat

Get the cat The Cat

To get the cat just drop this code to Markdown:

![The cat](http://cat.cloudcmd.io/cat.png)

or Web Page.

<img alt="The Cat" src=http://cat.cloudcmd.io/cat.png />

Install

NPM_INFO

How to use?

var http        = require('http'),
    express     = require('express'),
    thacat      = require('thecat'),
    PORT        = 1234,
    app         = express();

http.createServer(app)
    .listen(PORT);

app.use(thacat({
    prefix: '/cat.png'
}));

Who use?

Not many people but a couple cat lovers are.

If you had not found it search carefully (p.s. look 404 page ;)).

How come?

This man makes a cats, I'm making The Cat.