chart-terminal
v1.0.0
Published
Ultimate Chart Terminal Dashboard - Monitor CPU, RAM, Disk, and Weather with auto-location detection
Maintainers
Readme
Chart Terminal Dashboard
Live 24/7 monitoring with CPU, RAM, Disk, Weather, and Crypto.
Features
- CPU Monitoring - Real-time CPU usage
- RAM Monitoring - Real-time memory usage
- Disk Monitoring - Real-time disk usage
- Weather - Auto-location or specific city (no API key)
- System Info
Installation
npm install -g chart-terminalUsage
Press q or ESC to quit.
# Full dashboard
chart-terminal
# Only CPU
chart-terminal --cpu
# Only RAM
chart-terminal --ram
# Only Disk
chart-terminal --disk
# Weather auto-location
chart-terminal
# Weather specific city
chart-terminal --weather Istanbul
# Multiple options
chart-terminal --cpu --ram --disk --weather IstanbulWeather
Uses wttr.in (free, no API key). Auto-detects location if city not specified.
Requirements
- Node.js >= 14
- npm
- Terminal with color support
Controls
qorESC- Quit
