Skip to content

Instantly share code, notes, and snippets.

View andykent's full-sized avatar

Andy Kent andykent

View GitHub Profile
# name: Github
# description: search github
# keyword: github
bolt.run ->
if command.hasQuery
log command.query
url = "https://api.github.com/legacy/repos/search/#{command.query}?callback=?"
http.getJSON url, (data) ->
log data