Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thunky-monk/kawhi

stats.nba.com library :basketball:
https://github.com/thunky-monk/kawhi

aeson basketball basketball-stats haskell haskell-language haskell-library nba nba-analytics nba-api nba-games nba-statistics nba-stats nba-stats-api nba-visualization thunky-monk

Last synced: 8 days ago
JSON representation

stats.nba.com library :basketball:

Awesome Lists containing this project

README

        

# Kawhi : stats.NBA.com library 🏀

[![Stackage](http://www.stackage.org/package/kawhi/badge/lts-9)](http://stackage.org/package/kawhi)
[![Hackage](https://img.shields.io/hackage/v/kawhi.svg)](https://hackage.haskell.org/package/kawhi) [![Build Status](https://travis-ci.org/thunky-monk/kawhi.svg?branch=development)](https://travis-ci.org/thunky-monk/kawhi)

A Haskell library for working with [NBA Stats](http://stats.nba.com) data. NBA Stats contains rich data, but accessing it is difficult and tedious. Kawhi helps to automate the data retrieval, allowing users to focus on statistics.

It's named after [Kawhi Leonard](http://cdn2.vox-cdn.com/assets/5039756/Kawhi-Leonard-portrait-oil.JPG).

## Jump Ball

To get started:

1. [Get Haskell](https://haskell-lang.org/get-started). If you've never done any computer programming, this could be challenging. [Never give up!](https://www.instagram.com/p/BENA9hpN_wL/)
2. Read the [guide](https://github.com/thunky-monk/kawhi/blob/master/guide.md).
3. Check out the [example](https://github.com/thunky-monk/kawhi/tree/master/example).