README.md

# NbaEx

Wrapper API for data.nba.net written in Elixir

## Installation

The package can be installed by adding `nba_ex` to your list of dependencies in `mix.exs`:

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

The docs can be found at [https://hexdocs.pm/nba_ex](https://hexdocs.pm/nba_ex).

This project is licensed under the terms of the MIT license.