1.0.0 • Published 12 months ago

smallchatbot.js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

bot.js

A js chat bot module just 0.5k( Node/Browser ).
Example:

var b = bot({
  name : "bot name",
  info : "description",
  none : "return if return '' ",
  ques : [
    {
      keys : [ "keywords" ],
      answers : [ "answers" ]
    }
  ]
})
window.alert( b.toString() )
// bot name : description
window.alert( b.ask( "some word" ) )
1.0.0

12 months ago