Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 348 Bytes

File metadata and controls

10 lines (7 loc) · 348 Bytes

Go-Explorer

Exploring Golang (With Projects)

Project 1: Weather CLI - Get Live Weather from Terminal

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}