From a77cbdc4cd97582cc58396a79d2b3d073dbea2dd Mon Sep 17 00:00:00 2001 From: koffeejava Date: Fri, 13 Mar 2026 07:09:24 -0600 Subject: [PATCH] Copyed some stuff from the original readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abdb7d4..bde0a9f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wfetch-cr +# WeatherFetch - A weather app for your terminal Wfetch-cr is a rewrite of one of my programs, wfetch (made in python) I made this version because I wanted to learn a new programming language and take advantage of the speed of crystal! @@ -8,6 +8,18 @@ This version of wfetch is semi-backwards compatible (config.toml will work! But Run the installer executible in root and follow instructions. +## FAQ + +### How do I get an Weather API key? + +First, go to the [Weather API](https://www.weatherapi.com/) website and then sign up. When finished creating an account, login then copy your api key. +Make sure to paste that api key to setup. + +### Why don't you provide an api key? + +I'm lazy. (plus api call limit stuff) + + ## Contributing 1. Fork it ()