UNPKG

hubot-nextbus

Version:

Shows when the next transit vehicle will arrive at a particular stop.

7 lines (5 loc) 163 B
const path = require('path'); module.exports = (robot) => { const scriptsPath = path.resolve(__dirname, 'src'); robot.loadFile(scriptsPath, 'nextbus.js'); };