Skip to content

mayank09/WeatherApp

Repository files navigation

WeatherApp

Weather App with https://openweathermap.org/ + GoogleMaps + GeoDB

Project Setup

In your local.properties file, add your API keys

MAPS_API_KEY="Your MAP_KEY"
BASE_URL=https://api.openweathermap.org/data/2.5/
OPEN_WEATHER_API_KEY= "Your OPEN_WEATHER_MAP_KEY"

Project Details

Apart from these this project is build with MVVM, Hilt, Coroutines, Data binding and Retrofit Network Client