asjon/scripts/github.coffee
2015-04-25 14:24:13 +02:00

9 lines
237 B
CoffeeScript

# Description:
# interazioni tra asjon e github
module.exports = (robot) ->
robot.router.post '/hubot/githubhook/:room', (req, res) ->
res.end 200
console.log req.body
robot.send req.params.room, JSON.stringify req.body