A simple command-line weather tool written in Go.
It fetches real-time weather data using wttr.in without any API key.
go run main.go
go run main.go London
go run main.go "New York"go build -o weather
./weather Baku- No API key required
- Fast and lightweight
- Works directly from terminal
- Supports any city name
🌦 Weather: Baku: ⛅ Partly cloudy +18°CPowered by https://wttr.in