UNPKG

wheelhouse-couch

Version:

A wheelhouse library to use couchdb as a database while useing backbone on ther server.

10 lines (7 loc) 167 B
'use strict'; var flatiron = require('flatiron') , app = flatiron.app module.exports = function appInstance(){ app.use(flatiron.plugins.http, {}) return app }