UNPKG

hubot-standup-formstack-cron

Version:

A hubot script that gets Formstack entries and posts the info on a cron

9 lines (6 loc) 188 B
'use strict' const path = require('path') module.exports = (robot) => { const scriptsPath = path.resolve(__dirname, 'src') robot.loadFile(scriptsPath, 'standup-formstack-cron.js') }