Popularity
3.2
Stable
Activity
0.0
Stable
22
3
2
Monthly Downloads: 1
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.
-
Semaphore
Semaphore is an open source CI/CD platform. Self-host Semaphore on your own servers or on a cloud provider. -
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
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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
xe
to your list of dependencies inmix.exs
:
def deps do
[{:xe, "~> 0.0.1"}]
end
Drink your :tea:
Enjoy!