feathers-blipp
v0.0.0
Published
feathers blipp
Downloads
16
Readme
feathers-blipp
FeathersJS plugin that displays the all of the routes/services similar to blipp
for Hapi
.
Installation
npm install feathers-blipp --save
Usage
feathers-blipp
MUST be configured AFTER services.
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.
const blipp = require('feathers-blipp');
app
.configure(middleware)
.configure(services)
.configure(blipp({ verbose: true }));
Screenshots
Verbose
Not Verbose
Complete Example
git clone [email protected]:bsubedi26/feathers-blipp.git
cd /feathers-blipp/example
npm install
npm start
License
Copyright (c) 2017
Licensed under the MIT license.