botmaster-enrich

v0.1.0
A standardized way to make your bot context-aware. It exposes an API for enrichers which are procedures you can run to add variables to the context before sending to an NLU processor like Watson Conversation, LUIS or API.ai
chatbot bot chat pipeline context

pretest

npm run build

test

istanbul cover _mocha -- --recursive dist/tests

tests

mocha --recursive src/tests

coveralls

cat ./coverage/lcov.info | coveralls

build

mkdir -p dist && babel --presets=es2015,babili src --out-dir dist

docs

documentation readme src/index.js --section="Botmaster Ware"

prepublish

npm run build

Metadata

  • MIT
  • Whatever
  • Jonathan R Wickens
  • released 2/7/2017

Downloads

Maintainers