Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 570 Bytes

File metadata and controls

14 lines (8 loc) · 570 Bytes

Ember-cli-slack-chat-node-server

This is a simple node.js server component to go with Ember-cli-slack-chat.

Installation

  • You have to setup a Slack API key to access the API. You can do that at https://api.slack.com/web
  • Setup the API key as a Environment variable named SLACK_API_TOKEN or set it up in the server.js.
  • Point your Ember-cli-slack-chat to the the server.

Considerations

This is just a quick example and allows any origin for requests, so edit to your needs.