Skip to content

Instantly share code, notes, and snippets.

@deecewan
Created March 12, 2016 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deecewan/e9b8d4f7c52f6bed10fd to your computer and use it in GitHub Desktop.
Save deecewan/e9b8d4f7c52f6bed10fd to your computer and use it in GitHub Desktop.
console.slack tests
var slack = require('./console-slack');
slack.options = {
webhook : '<redacted>',
channel : '#testing-ground',
}
console.slack('Hello, World!', '#testing-ground', function(resp, status){
console.slack("Response is: " + resp);
console.slack("Status is: " + status);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment