README.md

# Bitpanda API ex

<p align="center">~ Elixir Bitpanda Public API client ~</p>
<p align="center">
  <a href="#get-started-">Get started</a>
  ยท
  <a href="https://hexdocs.pm/bitpanda_api/BipandaApi.html" target="_blank">Documentation</a>
</p>

<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.1.1 (??/10/2022)</p>

<p align="center">
  <a href="https://opensource.org/licenses/MIT"
    ><img
      src="https://img.shields.io/badge/License-MIT-teal.svg"
      alt="License-MIT"
  /></a>
  <a href="https://github.com/veeso/bitpanda_api_ex/stargazers"
    ><img
      src="https://img.shields.io/github/stars/veeso/bitpanda_api_ex.svg"
      alt="Repo stars"
  /></a>
  <a href="https://ko-fi.com/veeso">
    <img
      src="https://img.shields.io/badge/donate-ko--fi-red"
      alt="Ko-fi"
  /></a>
</p>
<p align="center">
  <a href="https://github.com/veeso/bitpanda_api_ex/actions"
    ><img
      src="https://github.com/veeso/bitpanda_api_ex/workflows/Build/badge.svg"
      alt="Build CI"
  /></a>
  <a href="https://coveralls.io/github/veeso/bitpanda_api_ex"
    ><img
      src="https://coveralls.io/repos/github/veeso/bitpanda_api_ex/badge.svg"
      alt="Coveralls"
  /></a>
</p>

---

- [Bitpanda API ex](#bitpanda-api-ex)
  - [About bitpanda_api_ex ๐Ÿผ](#about-bitpanda_api_ex-)
  - [Get started ๐Ÿ](#get-started-)
    - [Add bitpanda_api_ex to your mix.exs ๐Ÿงช](#add-bitpanda_api_ex-to-your-mixexs-)
  - [Documentation ๐Ÿ“š](#documentation-)
  - [Support the developer โ˜•](#support-the-developer-)
  - [Contributing and issues ๐Ÿค๐Ÿป](#contributing-and-issues-)
  - [Changelog โณ](#changelog-)
  - [License ๐Ÿ“ƒ](#license-)

---

## About bitpanda_api_ex ๐Ÿผ

TODO

---

## Get started ๐Ÿ

### Add bitpanda_api_ex to your mix.exs ๐Ÿงช

```exs
{:bitpanda_api, "~> 0.1.0"},
```

TODO EXAMPLES

---

## Documentation ๐Ÿ“š

The developer documentation can be found on Rust Docs at <https://hexdocs.pm/bitpanda_api/BipandaApi.html>

---

## Support the developer โ˜•

If you like bitpanda_api_ex and you're grateful for the work I've done, please consider a little donation ๐Ÿฅณ

You can make a donation with one of these platforms:

[![ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/veeso)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.me/chrisintin)
[![bitcoin](https://img.shields.io/badge/Bitcoin-ff9416?style=for-the-badge&logo=bitcoin&logoColor=white)](https://btc.com/bc1qvlmykjn7htz0vuprmjrlkwtv9m9pan6kylsr8w)
[![litecoin](https://img.shields.io/badge/Litecoin-345d9d?style=for-the-badge&logo=Litecoin&logoColor=white)](https://blockchair.com/litecoin/address/ltc1q89a7f859gt7nuekvnuuc25wapkq2f8ny78mp8l)

---

## Contributing and issues ๐Ÿค๐Ÿป

Contributions, bug reports, new features and questions are welcome! ๐Ÿ˜‰
If you have any question or concern, or you want to suggest a new feature, or you want just want to improve bitpanda_api_ex, feel free to open an issue or a PR.

Please follow [our contributing guidelines](CONTRIBUTING.md)

---

## Changelog โณ

View bitpanda_api_ex's changelog [HERE](CHANGELOG.md)

---

## License ๐Ÿ“ƒ

bitpanda_api_ex is licensed under the MIT license.

You can read the entire license [HERE](LICENSE)