Skip to content
/ nba_ex Public

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

Notifications You must be signed in to change notification settings

atuley/nba_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.