Can I write scripts for hubot in Javascript?
Yes, you can write your hubot scripts in pure JavaScript. Following is a simple hubot script written in pure JavaScript and put under the /scripts/ directory of my customized hubot: // Description: // holiday detector script // // Dependencies: // None // // Configuration: // None // // Commands: // hubot is it weekend ? … Read more