Skip to content

b-ryan/slack-clojure-repl

Repository files navigation

slack-clojure-repl

This project provides slack with a clojure repl. In order to do the minimum amount of work to get the repl going, I leveraged the Try Clojure website.

Prerequisites

You will need Leiningen 1.7.0 or above installed.

Running

To start a web server for the application, run:

lein ring server-headless

which will start a server on port 3000.

Deploying

Deploying to heroku is taken care of. If you haven't deployed a clojure application with Heroku before, see the getting started page.

heroku config:set SLACK_WEBHOOK='https://...'

TODO

  • Perhaps leverage other websites to easily create repl's for other languages

License

Released under the Eclipse Public License.

About

A clojure repl for Slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages