Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/torontojs/slack-overflow
- Owner: torontojs
- Created: 2018-10-19T21:31:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T01:46:07.000Z (about 6 years ago)
- Last Synced: 2024-11-01T03:12:20.779Z (17 days ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```