Exploring Golang (With Projects)
A simple CLI weather app built in Go. It fetches real-time weather data from the WeatherAPI and displays key information like location, temperature, and weather condition in colored output.
# Clone and run
go run main.go {location}