Skip to content

a TUI for viewing NHL stats for teams and players

Notifications You must be signed in to change notification settings

chrisdaly3/chiclets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chiclets

  • A hockey stats TUI (project is still a work in progress)
  • View all your favorite teams and players in the terminal with ease.

In Use:

go install github.com/chrisdaly3/chiclets@latest
chiclets

TODO:

  • Implement flexbox functionality
  • Sort by columns on CAPS layer
  • Call NHL API for initial table values
  • Design and configure stats by team view
  • Populate stats view with subsequent api calls depending on selected team.
  • Override Table Style Defaults
  • Set up back button from nested tables
  • Display player information on side flex boxes (row 1).
  • Display Team's stats on top row (row 0) center cell
  • Config for favorite teams
  • Show popup at player stats to allow season selection
  • Add improved logging
  • Clean up project structure (specifically data directory)
  • Fix ALL API calls and data parsing to use newest NHL API