2.49.2 • Published 8 months ago

@adahealth/web-sdk v2.49.2

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

8 months ago

2.47.1

1 year ago

2.46.10

2 years ago

2.46.5

2 years ago

2.46.6

2 years ago

2.45.0

2 years ago

2.39.0

2 years ago

2.36.1

2 years ago