Skip to content

jforaker/SlackOverflow

Repository files navigation

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

About

SlackOverflow - A programmer's best friend, now in Slack. In node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published