Popularity
3.3
Stable
Activity
0.0
Stable
22
3
2

Monthly Downloads: 0
Programming language: Elixir
License: Apache License 2.0
Tags: Third Party APIs    
Latest version: v0.1.0

xe alternatives and similar packages

Based on the "Third Party APIs" category.
Alternatively, view xe alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of xe or a related project?

Add another 'Third Party APIs' Package

README

Xe

Continuous Integration Code Coverage Documentation Package

Xe is a dead-simple way of converting between currencies. It uses real-time conversion rates from Xe.com

Example

  iex(1)> Xe.rates("USD", "EUR")
  {:ok, {1.00, 0.891482}}

Installation

  1. Add xe to your list of dependencies in mix.exs:
  def deps do
    [{:xe, "~> 0.0.1"}]
  end
  1. Drink your :tea:

  2. Enjoy!