Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 820 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 820 Bytes

slackoverflow

####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

Tech

  • [Express.js]
  • [Slack API]

Installation

$ 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!!!)

Deploy