1.4.0 • Published 11 years ago

taunus-hapi v1.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 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

11 years ago

1.3.0

11 years ago

1.2.0

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago