####Now listed on the official Slack community integrations page!
A simple app written in node.js to search Stack Overflow with a Slack slash command
Example slash command for search:
/stack angular directive scope
- [Express.js]
- [Slack API]
$ npm install
$ export SLACK_URL=your_Slack_incoming_webhook_url
$ export STACK_EXCHANGE_API_KEY=your_stack_exchange_api_key
$ node server.js
##Deploy to Heroku (must add your own SLACK_URL and STACK_EXCHANGE_API_KEY envs!!!)