npm.io
3.9.14 • Published 10 years ago

kazana-server

Licence
Apache-2.0
Version
3.9.14
Deps
22
Vulns
14
Weekly
0

kazana-server

hapi.Server wrapper to serve kazana apps and plugins

NPM version Dependency Status Build Status Coverage Status

Usage

var startKazanaServer = require('kazana-server')

startKazanaServer('path/to/kazana-app-or-plugin', function (error, server) {
  if (error) {
    throw error
  }
  console.log('Server running at %s', kazana.info.uri)  
})

Local setup and Testing

git clone git@github.com:eHealthAfrica/kazana-server.git
cd kazana-server
npm install
npm test

Test

devDependency Status

npm test

Credit

Brought to you by eHealth Africa — good tech for hard places.

License

Apache-2.0