botlearn
v0.0.1
Published
Official Node.js SDK for BotLearn.ai - AI-powered bot learning platform
Readme
botlearn
Official Node.js SDK for BotLearn.ai - AI-powered bot learning platform.
Installation
npm install botlearn
# or
pnpm add botlearn
# or
yarn add botlearnUsage
import { hello } from 'botlearn';
console.log(hello('Bot')); // Hello, Bot!License
MIT
