Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 402 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 402 Bytes

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"