1.4.0 • Published 9 years ago

taunus-hapi v1.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago