Simple cat server. Get new cat on every request.
Simple cat server. Get new cat on every request.
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 />
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'
}));
Not many people but a couple cat lovers are.
If you had not found it search carefully (p.s. look 404 page ;)).