@adahealth/web-sdk
v2.49.2
Published
Ada Web SDK is a library that allows you to easily add Ada’s symptom assessment technology to websites or web applications
Downloads
282
Maintainers
Keywords
Readme
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.
Contact
- Email: [email protected]
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