llxff / ex_banking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExBanking

Build Status

Task https://github.com/heathmont/elixir-test

Setup

In your mix.exs file:

def deps do
  [
    {:ex_banking, github: "llxff/ex_banking"}
  ]
end

You can setup operations limit in config.exs:

use Mix.Config

config :ex_banking, :account, rate_limit: 10

About


Languages

Language:Elixir 100.0%