This is a simple command-line weather application built with Go. The primary goal of this project is to learn how to work with APIs, handle HTTP requests, and parse JSON data in Go.
- API Interaction: Fetches real-time weather data from the OpenWeatherMap API.
- JSON Parsing: Demonstrates how to unmarshal JSON responses into Go structs.
- Configuration: Uses environment variables to manage sensitive data like API keys.
- Go Package
net/httpioencoding/jsongithub.com/joho/godotenv