npm install feathers-blippblipp for Hapi.```
npm install feathers-blipp --save
feathers-blipp MUST be configured AFTER services.
`js`
const blipp = require('feathers-blipp');
app
.configure(middleware)
.configure(services)
.configure(blipp); // <<-- MUST be configured AFTER services
An options object with verbose boolean can also be passed as an argument.
`js`
const blipp = require('feathers-blipp');
app
.configure(middleware)
.configure(services)
.configure(blipp({ verbose: true }));
```
git clone git@github.com:bsubedi26/feathers-blipp.git
cd /feathers-blipp/example
npm install
npm start
Copyright (c) 2017
Licensed under the MIT license.