An open API service indexing awesome lists of open source software.

https://github.com/ragibalasad/gocloudy

CLI tool that provides weather forecasts directly to your terminal.
https://github.com/ragibalasad/gocloudy

cli-application forecast go weatherapi

Last synced: about 1 year ago
JSON representation

CLI tool that provides weather forecasts directly to your terminal.

Awesome Lists containing this project

README

          

# GoCloudy: Weather Forecast CLI

![Go](https://img.shields.io/badge/Go-00ADD8?style=for-the-badge&logo=go&logoColor=white)
![WeatherAPI](https://img.shields.io/badge/WeatherAPI-4A9F64?style=for-the-badge&logo=weatherapi&logoColor=white)
![License](https://img.shields.io/github/license/ragibalasad/gocloudy?style=for-the-badge)

GoCloudy is a simple, fast, and efficient command-line interface (CLI) application built with Go an WeatherAPI that provides weather forecasts for any given location in the world. GoCloudy delivers accurate weather information directly to your terminal.

## Features ✨

- Get current weather conditions for any location.
- Fetch weather forecasts for remaining hours of the day.
- Display temperature, chance of rain, and weather condition.

## Installation 🚀

Download the executable from Release.
Once downloaded, navigate to the directory where the executable is saved, and run the application with the following command:

```
./gocloudy
```

Replace `` with the name of the city. For example:

```
./gocloudy Dinajpur # default is Rangpur
```

To enable the extended information feature, use the `--detailed` flag.

```
./gocloudy --detailed Dinajpur
```

To make the `gocloudy` command available globally on your system, move the executable to your system's PATH by running:

```
sudo mv gocloudy /usr/local/bin
```

After doing this, you’ll be able to run gocloudy from anywhere by simply typing `gocloudy`

## 🤝 Contributing

Contributions are welcome! Feel free to open a pull request or submit an issue if you encounter any bug or have ideas for new features.