UNPKG

hubot-robin

Version:

A hubot robinpowered integration for getting room occupancy and other data about your office

9 lines (7 loc) 181 B
var path = require('path'); module.exports = function(robot) { var scripts_path = path.resolve(__dirname, 'src'); return [ robot.loadFile(scripts_path, 'robin.js') ]; };