2.47.1 • Published 5 days ago

@adahealth/web-sdk v2.47.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

Ada Web SDK

Ada Symptom Assessment Web SDK is a library that enables easy integration of Ada's symptom assessment technology into websites or web apps. It includes a demo app that shows common integration scenarios.

Confidentiality Version 2.47.1 GitHub Pages

Contact

Quick Start

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Ada Web SDK - a minimal example</title>
  </head>
  <body>
    <button id="ada-symptom-assessment-launcher">Launch assessment</button>

    <script>
        adaConfig = {
            url: 'https://demo.enterprise.ada.com',
            locale: 'en-GB'
        }
    </script>

    <script src="https://cdn.jsdelivr.net/npm/@adahealth/web-sdk@2/dist/ada-web-sdk.js"></script> 
  </body>
</html>

Documentation

For additional configuration options and further information please consult the Integration Guide

2.47.1

5 days ago

2.46.10

6 months ago

2.46.5

7 months ago

2.46.6

7 months ago

2.45.0

11 months ago

2.39.0

1 year ago

2.36.1

1 year ago