Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torontojs/slack-overflow

Respond to a Slack slash command with Stackoverflow answers.
https://github.com/torontojs/slack-overflow

Last synced: 9 days ago
JSON representation

Respond to a Slack slash command with Stackoverflow answers.

Awesome Lists containing this project

README

        

## slackoverflow

Slash command for the TorontoJS slack channel. Deployed using Netlify's free
lambda service.

### Usage

Type `/ask` followed by free text which gets sent to Stackoverflow's search api,
and returns questions sorted by most number of votes.

![ex](https://i.imgur.com/CfmDyNm.png)

### Development

```
# install
yarn

# local dev
yarn start
```