@sahirb/basketball-reference
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@sahirb/basketball-reference", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Javscript helpers to parse the basketball-reference.com box scores page", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -88,7 +88,7 @@ # basketball-reference 🏀 🧬 | ||
num_additional_days: number | ||
num_additional_days: number // additional days going back from last_game_date | ||
file_path?: string | ||
file_path?: string // (optional) local file to save result to | ||
box_score_transformation?: (BoxScore) => void | ||
box_score_transformation?: (BoxScore) => void // (optional) callback applied to each BoxScore in the response (and in the local file if file_path specified) | ||
``` | ||
@@ -95,0 +95,0 @@ |
77864