0.0.1 • Published 11 years ago

hapiconfig v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

hapiconfig is a very small wrapper to facilitate use of getconfig in hapi.

##Usage

var Hapi = require('hapi');
var pack = new Hapi.Pack();
pack.require('hapiconfig', function (err) {
  if (err) console.log('hapiconfig failed to load:', err);
});

console.log(pack.app.config); // the return from getconfig will be here