Skip to content

marksilvis/oxr-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}]
    end

Second, ensure OXR is started before your application:

    def application do
      [applications: [:oxr]]
    end

CLI

You can use the OXR cli by building an escript:

    mix escript.build

Then using ./oxr

About

A thin API wrapper for Open Exchange Rates

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages