1.1.6 • Published 7 years ago

azulejo-order v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Azulejo-order

Azulejo order module. Actually it's default Feathers app but we exports app.js to load like a sub application.

# This is code from external app
const moduleApp = require('azulejo-module');
const externalApp = feathers();
const pathToConfig = [__dirname, '../..'].join('/');

externalApp
  .use('/api', moduleApp(pathToConfig));

Notes

It's smart to install Feather's generator.