From ab00aee7e1d027395dc2d9aefb5950e41a09ccc7 Mon Sep 17 00:00:00 2001 From: albertmk87 <38249229+albertmk87@users.noreply.github.com> Date: Sat, 2 May 2020 21:31:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1aa00f..fe8e7af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ A small weather app using a small free weather api called openweathermap. A Weather class to crate and fetch the elements from the api. An UI class where all the elements are selected and a function to fill the dom with the data from the api, plus a function to make the temp in celsiuis. Plus an app.js controller. + +NOTE: In order to work you must pull the repo locally. The weather api doesnt work on github.