From 43294a50c5f4659296d4677c21e29deb0ee55e50 Mon Sep 17 00:00:00 2001 From: Ryu Date: Sun, 10 Dec 2023 17:04:32 +0700 Subject: [PATCH] Update README.MD --- README.MD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 549135c..4ff3f39 100644 --- a/README.MD +++ b/README.MD @@ -52,9 +52,16 @@ GWeather is a command-line interface (CLI) written in Golang that provides weath Run the application with an optional city parameter to get the weather forecast. If no city is provided, it defaults to **"Denpasar"**. ```bash -Gweather Jakarta +Gweather Denpasar ``` + +![Gweather Forecast](./img/output.png) +The percentage chance of rain can vary depending on the data source and specific geographic area. However, in general : +- Less than 40%: Low chance of rain. ( Green ) +- Between 40% - 70%: Chance of rain. ( Yellow ) +- Over 70%: High chance of rain. ( Red ) + ## Dependencies - [github.com/fatih/color](https://pkg.go.dev/github.com/fatih/color)