Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 474 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 474 Bytes

taunus-hapi

Taunus plugin for Hapi

Install

npm install taunus-hapi --save

Use

var Hapi = require('hapi');
var taunus = require('taunus');
var taunusHapi = require('taunus-hapi')(taunus);
var pack = new Hapi.Pack();

pack.register({
  plugin: taunusHapi,
  options: {
    // ...
  }
});

Note that the options object is configured as documented by the Taunus API documentation.

License

MIT