Packages

Xbank is a hub for working with different bank APIs

Current section

Files

Jump to
xbank lib xbank.ex
Raw

lib/xbank.ex

defmodule Xbank do
#TODO consider adding CLI interface (returning JSONs instead of structs) for using in other programming languages
@moduledoc """
Xbank is a hub for working with different bank APIs. Mainly for getting list of
transactions and creating payments. Primarily developed for web application called
Klearme for settling up debts in groups of people through one bank account - clearing.
"""
end