UNPKG

hubot-pollen

Version:

Retrieves the latest from the Pollen.com API

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