https://github.com/code-shoily/bkash-ex
An Elixir wrapper for bKash API
https://github.com/code-shoily/bkash-ex
Last synced: 7 months ago
JSON representation
An Elixir wrapper for bKash API
- Host: GitHub
- URL: https://github.com/code-shoily/bkash-ex
- Owner: code-shoily
- Created: 2018-07-21T03:57:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T03:12:35.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T02:31:44.350Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BKashEx
**TODO: Add detailed information**
An Elixir wrapper for bKash API. Read more about the API [here](https://developer.bka.sh/docs/product-overview).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bkash_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bkash_ex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bkash_ex](https://hexdocs.pm/bkash_ex).