/CLI-WeatherApp

A weather forecast CLI app

Primary LanguageGo

CLI-WeatherApp

This program displays the weather forecast of a certain region for a particular day on the terminal.

Documentation

This part contains instructions on how to make use of the program.

Features

  • Lists forecast for every hour of that particular day.

Usage

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 

Contributions

Users of this program are allowed to contribute to this project in terms of adding features, or fixing bugs. Just make a pull request.

Author

License

MIT

Credits

Zone01Kisumu