horse-app

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i horse-app

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • adjusted