UNPKG

hubot-googlemaps

Version:

google maps api for hubot scripts

8 lines (7 loc) 222 B
Fs = require 'fs' Path = require 'path' module.exports = (robot) -> path = Path.resolve __dirname, 'scripts' Fs.exists path, (exists) -> if exists robot.loadFile path, file for file in Fs.readdirSync(path)