0.0.4 • Published 9 years ago

hapi-dash v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

hapi-dash

A terminal dashboard for hapi

Usage:

Install the package into your node project

    npm install --save hapi-dash

Register the plugin with the Hapi server

server.register({register: require('hapi-dash')}, function (err) {
    if (err) {
        console.error('Failed to load plugin:', err);
    }
});