OXR
A thin API wrapper for Open Exchange Rates
Installation
First, add OXR to your list of dependencies in mix.exs:
def deps do
[{:oxr, "~> 0.4.0"}]
endSecond, ensure OXR is started before your application:
def application do
[applications: [:oxr]]
endCLI
You can use the OXR cli by building an escript:
mix escript.buildThen using ./oxr