Skip to content

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

Notifications You must be signed in to change notification settings

jforaker/SlackOverflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackoverflow

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