Angular slack Installation bower install --save angular-slack add angular-slack module to your app depedencies Usage var message = { 'text':'Hello world', 'channel':'@someone', 'username':'angular-slack' }; Slack.notify('myteam', 'token', message); Build gulp Test gulp test