README.md

# NearApi [![Build Status](https://github.com/alexfilatov/near_api/workflows/CI/badge.svg?branch=main)](https://github.com/alexfilatov/near_api/actions?query=workflow%3ACI) [![Hex pm](https://img.shields.io/hexpm/v/httpoison.svg?style=flat)](https://hex.pm/packages/near_api) [![hex.pm downloads](https://img.shields.io/hexpm/dt/httpoison.svg?style=flat)](https://hex.pm/packages/httpoison)

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `near_api` to your list of dependencies in `mix.exs`:

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

## Usage

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `near_api` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:near_api, "~> 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/near_api](https://hexdocs.pm/near_api).