Categorygithub.com/chrisdaly3/chiclets
repositorypackage
0.2.0
Repository: https://github.com/chrisdaly3/chiclets.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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