horse-app
v0.0.2
Published
[WIP] App information and images as a service
Downloads
5
Maintainers
Readme
horse-app
[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
- http://localhost:3991/horse/logo?key=google
License
MIT