Popularity
3.2
Growing
Activity
0.0
Stable
22
2
2
Monthly Downloads: 7
Programming language: Elixir
License:
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.
-
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of xe or a related project?
Popular Comparisons
README
Xe
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
- Add
xeto your list of dependencies inmix.exs:
def deps do
[{:xe, "~> 0.0.1"}]
end
Drink your :tea:
Enjoy!