thisiskevin

AI chatbot package

Usage no npm install needed!

<script type="module">
  import thisiskevin from 'https://cdn.skypack.dev/thisiskevin';
</script>

README

thisiskevin

A simple chatbot package that I made for a friend.

Install

npm i thisiskevin

Getting started

const Kevin = require("thisiskevin");
const kevin = new Kevin();

Chat

const message = kevin.chat("Hello!");
console.log(message);