# Hedwig Currency Conversion Responder
[](https://hex.pm/packages/hedwig_currency)
[](https://hex.pm/packages/hedwig_currency)
[](https://hex.pm/packages/hedwig_currency)
[](https://travis-ci.org/ryanwinchester/hedwig_currency)
## Installation
Add to the deps in `mix.exs`
```elixir
def deps do
[
{:hedwig_currency, "~> 0.1.0"},
]
end
```
Add the responder to your `:responders` list in your bot config, `config/config.exs`
```elixir
config :my_robot, MyApp.MyRobot,
responders: [
{Hedwig.Responders.Currency, []},
]
```