compengalexxx

compengalexxx/weathergo

A command-line tool written in Go to fetch and display the weather for a specified city. This project is a hands-on exercise to learn the Go programming language, including creating CLIs, making API calls, and practicing Test-Driven Development (TDD).

1 good first / help-wanted issue · Go · last activity Aug 5, 2025

1 Open Issue Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
Command Line Interface CLI Application

AI Summary: Implement command-line argument parsing in Go to handle a single city name argument for a weather application. The task includes writing unit tests (TDD) to cover successful execution, missing argument, and too many arguments scenarios.

Complexity: 2/5
good first issue feature
compengalexxx/weathergo
0

A command-line tool written in Go to fetch and display the weather for a specified city. This project is a hands-on exercise to learn the Go programming language, including creating CLIs, making API calls, and practicing Test-Driven Development (TDD).

Go