Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 376 Bytes

<super-clippy>

Web component to talk to a WebSocket API and an AI chatbot.

Installation

npm ci

Dev server

You will need a API Key and Endpoint in order for demo to run

npm run start

Usage

  <super-clippy></super-clippy>
  <script type="module">
    import '../src/super-clippy.js';
    import './addApi.js'
  </script>