From f30d984040a4a9ae7a034dfc1d28131287f45d06 Mon Sep 17 00:00:00 2001 From: bernd32 Date: Mon, 9 Mar 2020 18:28:15 +0500 Subject: [PATCH] Updating README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e5a432..83aa203 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ A simple weather app made for testing and practicing Retrofit and RxJava. It use ## How to use Download and install `.apk` file from [the latest release](https://github.com/bernd32/android-weather-demo-app/releases). +To build the project from source files, you have to obtain API key from here: https://openweathermap.org/api and then add it to `Constants.java` file. ## About me I'm a beginner to programming and (at least at this point of time) developing applications for Android is just one of my hobbies. This application is my first training project, so the source code is pretty dirty, but I tried to follow the main principles of MVP architectural pattern.