@veritone/virtual-assistant-web-client

This package provides a mechanism to connect to the Link Service to client-side code.

Usage no npm install needed!

<script type="module">
  import veritoneVirtualAssistantWebClient from 'https://cdn.skypack.dev/@veritone/virtual-assistant-web-client';
</script>

README

Veritone Assistant Client

This package provides a mechanism to connect to the Link Service to client-side code.

Development

Run npm run start or yarn start to simultaneously start rollup in watch mode and a simple local server. This will make the contents of the /demo directory accessible at localhost:3000.

Production Builds

Run npm run build to produce a production optimized bundle.

Testing

Tests are powered by mocha/chai. Run test suite via npm run test or yarn test.

Individual modules are tested in their respective __tests__ directories.