watson-developer-cloud

v1.1.2
Client library to use the IBM Watson Services and AlchemyAPI
ibm watson wdc watson developer cloud message resonance user modeling dialog personality insights machine translation and 21 more...

test

jshint --exclude ./node_modules/ && mocha --reporter spec --timeout 4000

prepare

npm test && npm version patch

doc

jsdoc -c jsdoc/config.json

watch-doc

nodemon --watch lib/ --watch services/ --watch jsdoc/ --watch package.json --ext js,tmpl --exec npm run doc

coverage

istanbul cover ./node_modules/mocha/bin/_mocha --reporter spec --timeout 4000

coveralls

istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

Metadata

Downloads