This is an android application which shows real-time weather data by using OpenWeatherMapAPI.It is part of the Udacity Android Developer Nanodegree coursework.
-
Clone the repository.
-
Add google-services.json created by firebase console.
-
Create gradle.properties in the root folder.
-
Initialize the following variable in the file.
MyOpenWeatherMapApiKey = "[YOUR_API_KEY_HERE]"
You can get an API_KEY from Open Weather -
Also, add the places API key in the AndroidManifest.xml file
<meta-data android:name="com.google.android.geo.API_KEY" android:value="ENTER_YOU_API_KEY_HERE"/>
Please report issues by attaching log errors, if possible else screenshots will do.