Skip to content

polem/angular-slack

Repository files navigation

Angular slack Build Status

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