JSPM

  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q52886F
  • License Apache-2.0

hapi.Server wrapper to serve kazana apps and plugins

Package Exports

  • kazana-server

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kazana-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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