atuley / nba_ex

A wrapper API for data.nba.net written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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.

About

A wrapper API for data.nba.net written in Elixir


Languages

Language:Elixir 100.0%