From 515ba0e44f46f4f6917be75332fcbf85cf36c632 Mon Sep 17 00:00:00 2001 From: Mateo Chutt <101225151+chuttmateo@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:33:08 -0300 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..97edc5e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Clima + +Clima is useful when you want to see the forecast for today or the next 3 days. + +Clima has been written using Golang and the Cobra framework.