README.md

# Nubank API (nubank_api)

**Work in progress**

It's an Elixir library that abstract the HTTP request into functions.

The goal is to facilitate the developers job to integrate with Nubank's API.

This project was inspired by the repo
[https://github.com/Astrocoders/nubank-api](https://github.com/Astrocoders/nubank-api), thanks for
[Astrocoders](https://github.com/Astrocoders) for the work in figure out Nubank's API endpoints/payloads etc.

## Installation

[Available in Hex](https://hex.pm/packages/nubank_api), the package can be installed
by adding `:nubank_api` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:nubank_api, "~> 0.1.0"}
  ]
end
```

Documentation can be found at [https://hexdocs.pm/nubank_api](https://hexdocs.pm/nubank_api).