This program displays the weather forecast of a certain region for a particular day on the terminal.
This part contains instructions on how to make use of the program.
- Lists forecast for every hour of that particular day.
To use this program, download and install the latest version of Go from here.
After cloning the projects repository, navigate to the CLI-WeatherApp directory and execute the following command in your terminal.
go run . <region>
Example:
go run . Nairobi
Expected output:
Nairobi, Kenya: 19C, Patchy rain nearby
21:00 - 19C, 100%, Patchy rain nearby
22:00 - 18C, 100%, Patchy rain nearby
23:00 - 18C, 0%, Partly Cloudy
Users of this program are allowed to contribute to this project in terms of adding features, or fixing bugs. Just make a pull request.