1.1.1 • Published 8 months ago

ounai-embed v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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>
1.1.1

8 months ago

1.0.8

10 months ago

1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago