Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 363 Bytes

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

Development

# install
yarn

# local dev
yarn start