hedwig_currency

Hedwig Currency Conversion Responder


Keywords
bot, hedwig, irc-bot, responder, slack-bot
License
Apache-2.0

Documentation

Hedwig Currency Conversion Responder

Hex.pm Hex.pm Hex.pm Build Status

Installation

Add to the deps in mix.exs

def deps do
  [
    {:hedwig_currency, "~> 0.1.0"},
  ]
end

Add the responder to your :responders list in your bot config, config/config.exs

config :my_robot, MyApp.MyRobot,
  responders: [
    {Hedwig.Responders.Currency, []},
  ]