A command-line weather application written in Go.
go run main.go London
go run main.go "New York"- Get current weather for any city
- Temperature and humidity display
- Weather conditions description
- Simple command-line interface
Currently uses mock data for demonstration. In a real application, this would connect to a weather API like OpenWeatherMap.