Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ nhl Public

NHL Live Score & Standings

sperano/nhl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHL CLI

A terminal-based NHL stats viewer written in Rust.

Features

  • Interactive TUI mode: Navigate scores, standings, and settings with keyboard controls
  • CLI commands: Quick access to standings, schedules, boxscores, and live scores
  • Live updates: Real-time game scores with period-by-period breakdowns
  • Date navigation: Browse scores across different dates with a sliding window interface

Quick Start

# Interactive mode (default)
cargo run

# Command-line mode
cargo run -- standings
cargo run -- scores
cargo run -- schedule
cargo run -- boxscore 2024020001

Status

⚠️ Under active development - Features and APIs may change.

Configuration

Optional config file: ~/.config/nhl/config.toml

log_level = "info"
log_file = "/dev/null"
refresh_interval = 60
display_standings_western_first = false
time_format = "%H:%M:%S"

About

NHL Live Score & Standings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages