- A hockey stats TUI (project is still a work in progress)
- View all your favorite teams and players in the terminal with ease.
go install github.com/chrisdaly3/chiclets@latest
chiclets
- 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