Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/thunky-monk/kawhi
- Owner: thunky-monk
- License: mit
- Created: 2016-01-11T01:11:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T01:53:35.000Z (about 7 years ago)
- Last Synced: 2024-01-23T23:33:00.383Z (10 months ago)
- Topics: 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
- Language: Haskell
- Homepage:
- Size: 82 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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).