PTAX
A currency converter that uses the API provided by the Brazilian Open Data Portal to perform quotes
installation
Installation
This package can be installed by adding ptax to your list of dependencies in mix.exs:
def deps do
[
{:ptax, "~> 0.1"}
]
end
configuration
Configuration
Install and configure a Tesla adapter:
# config/config.exs
config :tesla, adapter: Tesla.Adapter.HackneySee Tesla installation and adapters docs.