premium-chatbot-v2
v2.0.0
Published
An advanced, lightweight chatbot library for browser and Node.js with intent matching and async responses.
Maintainers
Readme
Premium Chatbot
An advanced chatbot library for JavaScript, inspired by SuperSimpleDev tutorials.
Usage (Browser)
<script src="https://unpkg.com/premium-chatbot@latest/premium-chatbot.js"></script>
<script>
const bot = Chatbot;
console.log(bot.getResponse("hello"));
</script>