Wrapper API for data.nba.net written in Elixir
The package can be installed by adding nba_ex
to your list of dependencies in mix.exs
:
def deps do
[
{:nba_ex, "~> 0.1.0"}
]
end
The docs can be found at https://hexdocs.pm/nba_ex.
This project is licensed under the terms of the MIT license.