MIT licensed by Aaron Taylor
This version can be pinned in stack with:kawhi-0.3.0@sha256:0d517888e1d1f738b32868bca3181890646d6ef9224488f5f050f53997a4f974,1460
Module documentation for 0.3.0
Depends on 11 packages
(full list with versions ) :
aeson ,
base ,
bytestring ,
exceptions ,
http-client ,
http-conduit ,
http-types ,
mtl ,
safe ,
scientific ,
text Kawhi : stats.NBA.com library 🏀
A Haskell library for working with NBA Stats 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 .
Jump Ball
To get started:
Get Haskell . If you’ve never done any computer programming, this could be challenging. Never give up!
Read the guide .
Check out the example .
Changelog
0.3.0
Summary
Added parse-only APIs.
API Changes
splitRows
splitRow
splitRowsGeneric
splitRowGeneric
StatsBytes
0.2.2
Updated to add HTTP headers required by NBA Stats.
0.2.1
Updated to support aeson-1.0.0.0 .
0.2.0
Summary
Updated the top-level module name.
API Changes
NBA.Stats -> Data.NBA.Stats
0.1.0
Summary
Updates have been made to support http-client-0.5.0 .
API Changes
The Utility functions have been removed as they are no longer useful.
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete