nomind_portfolio_cdn
v1.2.0
Published
This project is a Content Delivery Network (CDN) for a chatbot that is hosted and deployed on jsDelivr.
Downloads
26
Readme
ChatBot CDN on jsDelivr
This project is a Content Delivery Network (CDN) for a chatbot that is hosted and deployed on jsDelivr.
Overview
Purpose: This CDN is designed to host and deliver assets and resources related to a chatbot implementation.
Deployment: The chatbot, along with its assets, is deployed on jsDelivr, a content delivery network that ensures fast and reliable delivery to websites and applications.
Test Version: The chatbot, along with its assets, is deployed on jsDelivr, a content delivery network that ensures fast and reliable delivery to websites and applications.
Usage
To integrate the chatbot CDN into your web project, include the necessary resources from jsDelivr in your HTML file:
<script>
window.nomindConfig = {
chatbotId: "GiQ2-OLRqTGsSdGj7utJe",
// The above is NoMindBhutan's Chatbot ID
};
</script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/main.js"
></script>
```