/MyWeather

finished application, maybe some features or techs will be added in the future.

Primary LanguageKotlin

MyWeather [Coding Challenge]

Installation

Sync the build.gradle to get all the dependencies for execute the application.

Configuration

Is necessary get an API KEY from Open Weather API to execute the app.

Set API KEY

Once the API KEY is ready, please add in the next file -> myweather/utils/Constants.kt

 const val API_KEY = "ADD HERE"