Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 767 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 767 Bytes

KotlinWeather

Short and Sweet Kotlin Weather Application

Small application that will present a user with Weather at their given location.

Setup API Key for Open Weather Map

1. Get API Key from Open Weather Map from
https://home.openweathermap.org/api_keys

2. open app/build.gradle

3. replace <YOUR WEATHER_API_KEY> with your api key you just registered

4. Sync your project with the updated Gradle file

Tools / Libs Utilized