Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 407 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 407 Bytes

nfl nerd

This project:

  • Fetches api data from ESPN
    • play by plays
    • consensus
    • h2h
    • win probabilities
  • Creates a markdown file for comparing teams
  • Update webpage for pivoting data

CLI

# Create markdown with stats
bin/stats-md --teams WSH PHI

# Update and commit roster changes ./data/roster
bin/roster

# Create csv with all play by plays
bin/plays
bin/plays --season 2019