☁️ Weather CLI
Simple CLI made with Go, it interacts with the OpenWeather API
📝 TODO:
- implement commands:
- now
- forecast (
x
days)
- fix a problem in the cities with accent in the name
🤔 Knowledge obtained:
- Get requests with
net/http
- Environment variable management
- Marshall, Unmarshall and Indent with
encoding/json
cobra-cli
basic usage