TODO: Add description
Ensure you have docker-machine, docker-compose etc setup
Run
make build
-> This should setup elixir environemnt in a docker container
'make console' -> This should enable you to console into the iex enviornment after build. To exit iex you will need to do control + c
If available in Hex, the package can be installed as:
-
Add rb_slackbot to your list of dependencies in
mix.exs
:def deps do [{:rb_slackbot, "~> 0.0.1"}] end
-
Ensure rb_slackbot is started before your application:
def application do [applications: [:rb_slackbot]] end
- Aw yiss generator ( http://awyisser.com/ ) Api endpoint POST "http://awyisser.com/api/generator Request Body => { "phrase": "" } Response Body => { "link": "" }