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