Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
zoelabbb committed Dec 10, 2023
1 parent 9f5d1c7 commit 43294a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<!-- Show Image output -->
![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)
Expand Down

0 comments on commit 43294a5

Please sign in to comment.