This is a simple node.js server component to go with Ember-cli-slack-chat.
- 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.
This is just a quick example and allows any origin for requests, so edit to your needs.