1.1.1 • Published 1 year ago

ounai-embed v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

OunAi Chat Widget

Javascript library to display ounai chatbot on your website

Install:

yarn install

Dev:

yarn dev

Build:

yarn build

Embed in your HTML

<script type="module">
  import Chatbot from 'https://cdn....';
  Chatbot.init({
    botId: '<botId>',
    apiUrl: 'api endpoint',
  });
</script>