From 7215644fa73400aa338e0d24304c5e73f5e0324e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20R=2E=20=C3=81vila?= Date: Sun, 6 Sep 2020 18:42:26 -0500 Subject: [PATCH] Weather config --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f7dd529..d325af0 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,7 @@ In the CSS code you can always change the variables for both themes (Dark and Light) #### Weather Widget + +For setting up the Weather widget you're going to need an API Key in: `https://openweathermap.org/`. Once you have your Key you'll need to set yourlatitude and longitude, you can use: `https://www.latlong.net/` to get them. Once you have the data, you'll need to set them in the `weather.js` in the **js** folder. + +> If you don't like the idea of having your API Key public, you can make the repo into a private one. You can still use the Github Pages service.