Skip to main content

fantasy-f1-analyzer

Version Downloads/month Downloads/total Codacy Code Quality Licence

fantasy-f1-analyzer is a utility which retrieves the latest Fantasy F1 results and analyses all possible constructor and driver combinations before suggesting an optimum Fantasy F1 Team.

Installation

npm install -g fantasy-f1-analyzer

Usage

ff1 [options]

fantasy-f1-analyzer screenshot recording

Options

   --export <filename>           Exports the results to the specified filename
--year <nnnn> Override the default season. Default: 2022
--budget <nnn> Override the default budget cap. Default: 100
--worst Displays the team with the worst points tally instead of the best
--progressinterval <n> Update analysis progress every nth team. Default: 5
--verbose Enables verbose output.
--debug Enables debugging output.
--no-color Switches off colour output.
--version Display version number.
--help Display help screen.