Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 446 Bytes

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