Skip to content

Protino/Sunshine

Repository files navigation

Sunshine

This is an android application which shows real-time weather data by using OpenWeatherMapAPI.It is part of the Udacity Android Developer Nanodegree coursework.

Build configuration

  1. Clone the repository.

  2. Add google-services.json created by firebase console.

  3. Create gradle.properties in the root folder.

  4. Initialize the following variable in the file.

    MyOpenWeatherMapApiKey = "[YOUR_API_KEY_HERE]" You can get an API_KEY from Open Weather

  5. 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.

About

Real time weather application

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages