@ibm-watson/speech-to-text-nodejs

v2.5.2
A sample browser app for Bluemix that use the speech-to-text service, fetching a token via Node.js

start

node server.js

test-integration

casperjs test ./test/integration/test.*.js

test-integration-runner

NODE_ENV=test node casper-runner.js

test

npm run lint && npm run test-unit && npm run test-integration-runner

test-unit

mocha test/unit/ --exit

lint

eslint .

autofix

eslint --fix .

codecov

npm run test && (codecov || true)
npm i @ibm-watson/[email protected]

Metadata

Downloads