Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

JastinXyz/chatbot-indo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatbot-indo

Sebuah chat bot yang menggunakan bahasa Indonesia!

Install The Package

npm i chatbot-indo

Example Usage

const chatbotIndo = require('chatbot-indo')

chatbotIndo.message('halo, apa kabar?') // message yang di sampaikan ke bot adalah berupa "halo, apa kabar?"

.then(console.log).catch(console.log) // response berupa JSON keluar di console

Example Response

{
  "msg": "baik"
}

Events

  • message (memberikan message kamu ke bot agar bot bisa merespon)
chatbotIndo.message('your message')

Hyper Links