premium-chatbot
v1.0.0
Published
An advanced, lightweight chatbot library for browser and Node.js with intent matching and async responses.
Downloads
8
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>