0.0.2 • Published 9 years ago

horse-app v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

horse-app

Build Status codecov.io

WIP App information and images as a service

npm install horse-app --save

horse-app works as an express middleware

var express = require('express');
var horse = require('horse-app');

var app = express();

app.use('/horse', horse({
  cacheDir: __dirname + '/cached'
}));

app.listen(3991, function() {
  console.log('listening on 3991');
});

Available routes

License

MIT